mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-16 04:10:20 +01:00
neovim: Use mini.devicons
This commit is contained in:
parent
d5e04a8f0f
commit
936f2e1e27
1 changed files with 6 additions and 0 deletions
|
|
@ -23,6 +23,12 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
plugins.mini = {
|
||||
enable = true;
|
||||
modules.icons = { };
|
||||
mockDevIcons = true;
|
||||
};
|
||||
|
||||
performance = {
|
||||
byteCompileLua = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue