update
This commit is contained in:
parent
e118e5a13c
commit
5ee57158a8
1 changed files with 6 additions and 0 deletions
6
init.lua
6
init.lua
|
|
@ -35,6 +35,12 @@ if vim.g.vscode then
|
|||
require("nvim_comment").setup()
|
||||
end
|
||||
},
|
||||
{
|
||||
"kylechui/nvim-surround",
|
||||
version = "*",
|
||||
event = "VeryLazy",
|
||||
opts = {}
|
||||
},
|
||||
})
|
||||
local vscode = require('vscode')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue