add colorizer
This commit is contained in:
3
home-manager/nixvim/colorizer.nix
Normal file
3
home-manager/nixvim/colorizer.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
plugins.colorizer.enable = true; # highlight colors in text
|
||||
}
|
||||
@@ -32,6 +32,7 @@ let
|
||||
./typst-preview.nix
|
||||
./markdown.nix
|
||||
./hop.nix
|
||||
./colorizer.nix
|
||||
]);
|
||||
merged =
|
||||
builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs;
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
clangd.enable = true;
|
||||
cssls.enable = true;
|
||||
gopls.enable = true;
|
||||
clojure_lsp.enable = true;
|
||||
qmlls =
|
||||
{
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user