add nvim-colorizer

This commit is contained in:
Aditya 2024-03-06 19:38:23 +05:30
parent 2cde4c0786
commit 99bda1f4bf
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU
2 changed files with 6 additions and 0 deletions

View file

@ -62,5 +62,6 @@
./utils/neodev.nix
./utils/neotest.nix
./utils/nvim-autopairs.nix
./utils/nvim-colorizer.nix
];
}

View file

@ -0,0 +1,5 @@
{
plugins.nvim-colorizer = {
enable = true;
};
}