nvim: add surround
parent
10ebfad990
commit
6f28bd821e
|
@ -45,6 +45,7 @@ in
|
|||
nui-nvim # for noice-nvim
|
||||
nvim-cmp
|
||||
nvim-lspconfig
|
||||
nvim-surround
|
||||
nvim-treesitter.withAllGrammars
|
||||
nvim-ts-context-commentstring
|
||||
nvim-web-devicons # for dashboard-nvim
|
||||
|
|
|
@ -320,3 +320,5 @@ require("nvim-treesitter.configs").setup({
|
|||
enable = true,
|
||||
},
|
||||
})
|
||||
|
||||
require("nvim-surround").setup({})
|
||||
|
|
Loading…
Reference in New Issue