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 | |
parent | 2a94573f54c69a9af7536586ab2c03eb88bda5e7 (diff) |
Remove autopairs
-rw-r--r-- | fnl/plugins/autopairs.fnl | 20 | ||||
-rw-r--r-- | lazy-lock.json | 1 |
2 files changed, 0 insertions, 21 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} diff --git a/lazy-lock.json b/lazy-lock.json index 7172cdf..a8d5bf4 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -34,7 +34,6 @@ "minibar.nvim": { "branch": "master", "commit": "353ca4efaf7fff1566bb02e0d7cb51133c41f660" }, "neogit": { "branch": "master", "commit": "93bf00cd5db1e88ea0ca9105e83f7e97896a7cd2" }, "no-clown-fiesta.nvim": { "branch": "master", "commit": "ecf3e186d336e03b5ce7ed4e8f7f72ad983947df" }, - "nvim-autopairs": { "branch": "master", "commit": "9fd41181693dd4106b3e414a822bb6569924de81" }, "nvim-bqf": { "branch": "main", "commit": "bdc2a4e5bb670b3c0e33ada9c0eec636d93a0748" }, "nvim-bufdel": { "branch": "main", "commit": "523d58e94e7212fff3e05c247b962dc8f93bcfde" }, "nvim-cmp": { "branch": "main", "commit": "538e37ba87284942c1d76ed38dd497e54e65b891" }, |