feat: color previews via nvim-colorizer-lua

This commit is contained in:
NotAShelf 2023-06-04 10:24:06 +03:00
commit 471677d403
No known key found for this signature in database
GPG key ID: F0D14CCB5ED5AA22
8 changed files with 130 additions and 4 deletions

View file

@ -451,6 +451,11 @@
flake = false;
};
nvim-colorizer-lua = {
url = "github:norcalli/nvim-colorizer.lua";
flake = false;
};
# Assistant
copilot-lua = {
url = "github:zbirenbaum/copilot.lua";