mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 12:45:57 +01:00
feat: project-nvim config option
This commit is contained in:
parent
170eccea99
commit
e0e0015d1d
1 changed files with 4 additions and 0 deletions
|
@ -136,6 +136,10 @@ inputs: let
|
|||
nvim-notify.enable = true;
|
||||
};
|
||||
|
||||
vim.projects = {
|
||||
project-nvim.enable = true;
|
||||
};
|
||||
|
||||
vim.utility = {
|
||||
colorizer.enable = true;
|
||||
icon-picker.enable = true;
|
||||
|
|
Loading…
Reference in a new issue