refactor(nvim): get package from coc-stylelint flake
This commit is contained in:
parent
32741bf90b
commit
07da983ad1
4 changed files with 91 additions and 57 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue