Jump to content

Translations:Neovim/57/en

From Official NixOS Wiki
Revision as of 13:14, 30 July 2024 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
  1. Installing grammars for tree-sitter
 # Option 1: Install all grammar packages
 pkgs.vimPlugins.nvim-treesitter.withAllGrammars
 
 # Option 2: Install specific grammar packages
 # (pkgs.vimPlugins.nvim-treesitter.withPlugins (p: [ p.c p.java ]))