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

@@ -1,6 +1,6 @@
return {
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
dependencies = { 'nvim-tree/nvim-web-devicons', branch = 'master' },
config = function()
local colors = {
black = '#282828',