Make tree-sitter kinda work
This commit is contained in:
parent
53cafeb021
commit
eb3d53b829
10 changed files with 187 additions and 27 deletions
|
@ -90,7 +90,7 @@ let
|
|||
};
|
||||
|
||||
overlay-packages = final: prev: {
|
||||
kak-tree-sitter = final.callPackage ./packages/common/kak-tree-sitter.nix { rustPlatform = final.unstable.rustPlatform; };
|
||||
kak-tree-sitter = final.callPackage ./packages/common/kak-tree-sitter { rustPlatform = final.unstable.rustPlatform; };
|
||||
|
||||
kak-lsp =
|
||||
let
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue