feat: add devicons nvim plugin
This commit is contained in:
parent
cb4a4ecf66
commit
b038bc18fd
1 changed files with 7 additions and 0 deletions
|
@ -95,6 +95,13 @@ in
|
||||||
config = (builtins.readFile ./files/neotree.lua);
|
config = (builtins.readFile ./files/neotree.lua);
|
||||||
}
|
}
|
||||||
nui-nvim
|
nui-nvim
|
||||||
|
{
|
||||||
|
plugin = nvim-web-devicons;
|
||||||
|
type = "lua";
|
||||||
|
config=''
|
||||||
|
require('nvim-web-devicons').setup {}
|
||||||
|
'';
|
||||||
|
}
|
||||||
{
|
{
|
||||||
plugin = nvim-lint;
|
plugin = nvim-lint;
|
||||||
type = "lua";
|
type = "lua";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue