user/neovim: use stable treesitter and neovim

grammars are currently broken with master, revert this later
This commit is contained in:
LavaDesu 2023-01-23 22:17:49 +07:00
parent a4c6078ffe
commit 7b113e161b
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -13,7 +13,7 @@ in {
viAlias = true; viAlias = true;
vimAlias = true; vimAlias = true;
vimdiffAlias = true; vimdiffAlias = true;
package = pkgs.neovim-nightly; #package = pkgs.neovim-nightly;
withNodeJs = true; withNodeJs = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
@ -44,7 +44,8 @@ in {
cmp_luasnip cmp_luasnip
luasnip luasnip
(pkgs.me.nvim-treesitter-nightly.withPlugins (p: with p; [ #(pkgs.me.nvim-treesitter-nightly.withPlugins (p: with p; [
(nvim-treesitter.withPlugins (p: with p; [
tree-sitter-c-sharp tree-sitter-c-sharp
pkgs.me.tree-sitter-glimmer pkgs.me.tree-sitter-glimmer
tree-sitter-html tree-sitter-html