user/neovim: use stable treesitter and neovim
grammars are currently broken with master, revert this later
This commit is contained in:
parent
a4c6078ffe
commit
7b113e161b
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue