mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-15 07:23:02 +02:00
some nvim plugins
This commit is contained in:
parent
bad1d8bfcc
commit
d885ff9964
2 changed files with 25 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue