mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 01:38:40 +02:00
plugins/treesitter: add iconsPackage
This commit is contained in:
parent
bc7f4166f4
commit
4acf12c49d
2 changed files with 18 additions and 5 deletions
|
@ -134,4 +134,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
no-icons = {
|
||||
plugins.treesitter = {
|
||||
enable = true;
|
||||
iconsPackage = null;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue