mirror of
https://github.com/akr2002/nv.git
synced 2025-03-12 18:06:15 +00:00
add nvim-colorizer
This commit is contained in:
parent
2cde4c0786
commit
99bda1f4bf
2 changed files with 6 additions and 0 deletions
|
@ -62,5 +62,6 @@
|
|||
./utils/neodev.nix
|
||||
./utils/neotest.nix
|
||||
./utils/nvim-autopairs.nix
|
||||
./utils/nvim-colorizer.nix
|
||||
];
|
||||
}
|
||||
|
|
5
config/utils/nvim-colorizer.nix
Normal file
5
config/utils/nvim-colorizer.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
plugins.nvim-colorizer = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue