mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-09 19:03:36 +02:00
feat: neovim
This commit is contained in:
7
home/base/server/neovim/lua/plugins/nvim-surround.lua
Normal file
7
home/base/server/neovim/lua/plugins/nvim-surround.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
"kylechui/nvim-surround",
|
||||
event = "BufReadPost",
|
||||
config = function()
|
||||
require("nvim-surround").setup()
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user