refactor(nvim): get package from coc-stylelint flake

This commit is contained in:
matt1432 2023-11-26 01:15:55 -05:00
parent 32741bf90b
commit 07da983ad1
4 changed files with 91 additions and 57 deletions

View file

@ -31,11 +31,11 @@
# to make sure plugins and nvim have same binaries
inputs.nixpkgs.follows = "nixpkgs";
};
coc-stylelintplus = {
coc-stylelintplus-flake = {
url = "github:matt1432/coc-stylelintplus";
inputs.nixpkgs.follows = "nixpkgs";
};
tree-sitter-hypr = {
tree-sitter-hypr-flake = {
url = "github:matt1432/tree-sitter-hypr";
inputs.nixpkgs.follows = "nixpkgs";
};