Continue reoganisation of plugins into seperate files
This commit is contained in:
parent
a58eaeb230
commit
39aca09d72
6 changed files with 208 additions and 2 deletions
4
lua/custom/plugins/util.lua
Normal file
4
lua/custom/plugins/util.lua
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
return {
|
||||
{ 'windwp/nvim-autopairs', event = "InsertEnter", opts = {} },
|
||||
-- { 'nvim-ts-autotag', opts = {} },
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue