mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 14:55:59 +01: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 = {
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue