diff --git a/lua/plugins.lua b/lua/plugins.lua index 3afa71b..26db5e6 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -25,7 +25,6 @@ return require('packer').startup(function(use) end } use 'bryanmylee/vim-colorscheme-icons' - use { 'akinsho/bufferline.nvim', config = function() @@ -200,6 +199,16 @@ return require('packer').startup(function(use) branch = 'release' } use 'editorconfig/editorconfig-vim' + use 'gentoo/gentoo-syntax' + use { + 'lambdalisue/suda.vim', + config = function() + vim.g.suda_smart_edit = 1 + end, + cond = function() + return not vim.fn.has('win32') + end + } end)