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
|
./typst-preview.nix
|
||||||
./markdown.nix
|
./markdown.nix
|
||||||
./hop.nix
|
./hop.nix
|
||||||
|
./colorizer.nix
|
||||||
]);
|
]);
|
||||||
merged =
|
merged =
|
||||||
builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs;
|
builtins.foldl' (acc: elem: lib.recursiveUpdate acc elem) { } configs;
|
||||||
|
|||||||
@@ -15,6 +15,7 @@
|
|||||||
clangd.enable = true;
|
clangd.enable = true;
|
||||||
cssls.enable = true;
|
cssls.enable = true;
|
||||||
gopls.enable = true;
|
gopls.enable = true;
|
||||||
|
clojure_lsp.enable = true;
|
||||||
qmlls =
|
qmlls =
|
||||||
{
|
{
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user