for lua only use stylua to format

This commit is contained in:
Thomas Ruoff
2023-04-26 22:29:58 +02:00
parent 55ead1caec
commit 857dfc4397
4 changed files with 46 additions and 35 deletions

View File

@@ -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',