Use nvim kickstarter over lazyvim
This commit is contained in:
parent
d367331da0
commit
3f9f750476
54 changed files with 1764 additions and 5 deletions
8
home/dot_config/nvim/lua/kickstart/plugins/autopairs.lua
Normal file
8
home/dot_config/nvim/lua/kickstart/plugins/autopairs.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
-- autopairs
|
||||
-- https://github.com/windwp/nvim-autopairs
|
||||
|
||||
return {
|
||||
'windwp/nvim-autopairs',
|
||||
event = 'InsertEnter',
|
||||
opts = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue