dev: move colorizer option to the correct module

This commit is contained in:
NotAShelf 2023-06-05 23:10:07 +03:00
parent 6891c86c58
commit 5cef662ccf
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22

View file

@ -178,6 +178,7 @@ inputs: let
vim.ui = {
noice.enable = true;
colorizer.enable = true;
smartcolumn = {
enable = true;
columnAt.languages = {
@ -188,7 +189,6 @@ inputs: let
go = [90 130];
};
};
colorizer.enable = true;
};
vim.assistant = {