feat: project-nvim config option

This commit is contained in:
NotAShelf 2023-04-07 20:36:27 +03:00
parent 170eccea99
commit e0e0015d1d
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -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;