re-structure neovim plugins
also delete unused ones
This commit is contained in:
parent
ea5957f6d4
commit
071be15dc1
47 changed files with 155 additions and 274 deletions
5
config/nvim/lua/aleidk/plugins-base/auto-pairs.lua
Normal file
5
config/nvim/lua/aleidk/plugins-base/auto-pairs.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
return {
|
||||
"windwp/nvim-autopairs",
|
||||
event = "InsertEnter",
|
||||
opts = {}, -- this is equalent to setup({}) function
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue