🔧 Overhaul for performance
This commit is contained in:
parent
9e1b046074
commit
6365ecfe66
37 changed files with 487 additions and 345 deletions
3
.config/nvim/lua/plugins/autopairs.lua
Normal file
3
.config/nvim/lua/plugins/autopairs.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return { "windwp/nvim-autopairs", event = "InsertEnter", opts = {
|
||||
ignored_next_char = '[%w%"]',
|
||||
} }
|
||||
Loading…
Add table
Add a link
Reference in a new issue