chore(nvim): a bunch of stuff
This commit is contained in:
parent
674dcb8d12
commit
c388f2843a
5 changed files with 18 additions and 6 deletions
|
@ -96,5 +96,11 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
"nvim-tree/nvim-web-devicons"
|
||||
}
|
||||
},
|
||||
{
|
||||
'norcalli/nvim-colorizer.lua',
|
||||
config = function()
|
||||
require 'colorizer'.setup()
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue