mirror of
https://github.com/tomru/vim.git
synced 2026-03-03 14:37:20 +01:00
for lua only use stylua to format
This commit is contained in:
@@ -3,14 +3,14 @@ return {
|
||||
{ 'tpope/vim-abolish', lazy = false },
|
||||
{ 'tpope/vim-unimpaired', lazy = false },
|
||||
{
|
||||
"kylechui/nvim-surround",
|
||||
version = "*",
|
||||
event = "VeryLazy",
|
||||
'kylechui/nvim-surround',
|
||||
version = '*',
|
||||
event = 'VeryLazy',
|
||||
config = function()
|
||||
require("nvim-surround").setup({
|
||||
require('nvim-surround').setup {
|
||||
-- Configuration here, or leave empty to use defaults
|
||||
})
|
||||
end
|
||||
}
|
||||
end,
|
||||
},
|
||||
{
|
||||
'rcarriga/nvim-notify',
|
||||
|
||||
Reference in New Issue
Block a user