add base setup with dotter
This commit is contained in:
parent
6b0da868bb
commit
22c4779e10
175 changed files with 58 additions and 51 deletions
5
config/nvim/lua/aleidk/plugins/auto-pairs.lua
Normal file
5
config/nvim/lua/aleidk/plugins/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