feat: Breakout surround into its own file
This commit is contained in:
@@ -2,7 +2,6 @@ return {
|
||||
{ 'kepano/flexoki-neovim', name = 'flexoki', lazy = false },
|
||||
'mbbill/undotree',
|
||||
'f-person/git-blame.nvim',
|
||||
'kylechui/nvim-surround',
|
||||
'nvim-lua/plenary.nvim',
|
||||
'mfussenegger/nvim-dap',
|
||||
'github/copilot.vim',
|
||||
|
||||
7
nvim/.config/nvim/lua/yock/plugins/nvim-surround.lua
Normal file
7
nvim/.config/nvim/lua/yock/plugins/nvim-surround.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'kylechui/nvim-surround',
|
||||
event = 'VeryLazy',
|
||||
config = function()
|
||||
require('nvim-surround').setup({})
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user