improving startup time by using lazy loading or filetype loading
This commit is contained in:
parent
bdb655c5a1
commit
7f1b34fd6f
62 changed files with 1285 additions and 561 deletions
7
lua/custom/plugins/surround.lua
Executable file
7
lua/custom/plugins/surround.lua
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
'tpope/vim-surround',
|
||||
config = function()
|
||||
-- You may configure any additional settings here if needed
|
||||
end,
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue