mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
dev: move colorizer option to the correct module
This commit is contained in:
parent
6891c86c58
commit
5cef662ccf
1 changed files with 1 additions and 1 deletions
|
@ -178,6 +178,7 @@ inputs: let
|
||||||
|
|
||||||
vim.ui = {
|
vim.ui = {
|
||||||
noice.enable = true;
|
noice.enable = true;
|
||||||
|
colorizer.enable = true;
|
||||||
smartcolumn = {
|
smartcolumn = {
|
||||||
enable = true;
|
enable = true;
|
||||||
columnAt.languages = {
|
columnAt.languages = {
|
||||||
|
@ -188,7 +189,6 @@ inputs: let
|
||||||
go = [90 130];
|
go = [90 130];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
colorizer.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
vim.assistant = {
|
vim.assistant = {
|
||||||
|
|
Loading…
Reference in a new issue