diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-05 01:57:04 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-01-05 01:57:04 +0100 |
commit | f852c4a1eb792a5553487dd94664d3116d4fcd64 (patch) | |
tree | 159fbfc4d9bd046313bd02b2df836af31f59510a /fnl | |
parent | 2a94573f54c69a9af7536586ab2c03eb88bda5e7 (diff) |
Remove autopairs
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/autopairs.fnl | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/fnl/plugins/autopairs.fnl b/fnl/plugins/autopairs.fnl deleted file mode 100644 index 36e8ba5..0000000 --- a/fnl/plugins/autopairs.fnl +++ /dev/null @@ -1,20 +0,0 @@ -;; Autopairs for brackets and quote symbols. - -(local opts {:check_ts true - :ts_config {:lua [:string :source] - :javascript [:string :template_string] - :java false} - :disable_filetype [:TelescopePrompt :spectre_panel] - :fast_warp {:map :<M-e> - :chars ["{" "[" "(" "\"" "'"] - :pattern (string.gsub "[%'%\"%)%>%]%)%}%,]" "%s+" "") - :check_comma true - :highlight :PmenuSel - :highlight_grey :LineNr - :offset 0 - :end_key "$" - :keys :qwertyuiopzxcvbnmasdfghjkl - :highlight :PmenuSel - :highlight_grey :LineNr}}) - -{1 :windwp/nvim-autopairs :event :InsertEnter : opts} |