add gitgutter, lualine, autopairs and surround

This commit is contained in:
2024-06-03 13:19:05 +03:00
parent 172d94f7bf
commit 169fa1a6c9
5 changed files with 24 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
return {
"kylechui/nvim-surround",
version = "*", -- 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
}