NeoVim config
This commit is contained in:
9
lua/vscodeplugins/hop.lua
Normal file
9
lua/vscodeplugins/hop.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return{
|
||||
{
|
||||
'smoka7/hop.nvim',
|
||||
version = "*",
|
||||
opts = {
|
||||
keys = 'etovxqpdygfblzhckisuran'
|
||||
}
|
||||
}
|
||||
}
|
12
lua/vscodeplugins/nvim-surround.lua
Normal file
12
lua/vscodeplugins/nvim-surround.lua
Normal file
@@ -0,0 +1,12 @@
|
||||
return{
|
||||
{
|
||||
"kylechui/nvim-surround",
|
||||
version = "^3.0.0", -- Use for stability; omit to use `main` branch for the latest features
|
||||
event = "VeryLazy",
|
||||
config = function()
|
||||
require("nvim-surround").setup({
|
||||
-- Configuration here, or leave empty to use defaults
|
||||
})
|
||||
end
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user