some nvim plugins

This commit is contained in:
Michael Wesolek 2024-12-09 18:53:18 +01:00 committed by OdysseusOperator
parent bad1d8bfcc
commit d885ff9964
2 changed files with 25 additions and 3 deletions

View file

@ -124,4 +124,20 @@ return {
},
{ 'ofseed/copilot-status.nvim' },
--{ 'AndreM222/copilot-lualine' },
{ -- know what is possible at the command line
'gelguy/wilder.nvim',
config = function()
local wilder = require 'wilder'
wilder.setup { modes = { ':', '/', '?' } }
end,
},
{ -- shows the colors in files e.g. #CCAA33
'norcalli/nvim-colorizer.lua',
config = function()
require('colorizer').setup()
end,
},
{ 'sainnhe/gruvbox-material' },
} -- end of return