feat: ✨ add new dotfiles
This commit is contained in:
parent
7a5975bb81
commit
e8bfb35161
34 changed files with 1474 additions and 0 deletions
8
.config/nvim/lua/plugins/nvim-autopairs.lua
Normal file
8
.config/nvim/lua/plugins/nvim-autopairs.lua
Normal file
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"windwp/nvim-autopairs",
|
||||
event = "InsertEnter",
|
||||
config = true
|
||||
|
||||
-- use opts = {} for passing setup options
|
||||
-- this is equivalent to setup({}) function
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue