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;
|
||||
vimAlias = true;
|
||||
vimdiffAlias = true;
|
||||
package = pkgs.neovim-nightly;
|
||||
#package = pkgs.neovim-nightly;
|
||||
withNodeJs = true;
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
|
|
@ -44,7 +44,8 @@ in {
|
|||
cmp_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
|
||||
pkgs.me.tree-sitter-glimmer
|
||||
tree-sitter-html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue