Skip to content

Commit

Permalink
Update doc/languages-frameworks/neovim.section.md
Browse files Browse the repository at this point in the history
Co-authored-by: Marc Jakobi <mrcjkb89@outlook.com>
  • Loading branch information
teto and mrcjkb authored Jan 12, 2025
1 parent e44fada commit 8fc6c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/languages-frameworks/neovim.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ neovim-qt.override {
By default `nvim-treesitter` encourages you to download, compile and install
the required Treesitter grammars at run time with `:TSInstall`. This works
poorly on NixOS. Instead, to install the `nvim-treesitter` plugins with a set
of precompiled grammars, you can use `nvim-treesitter.withPlugins` function:
of precompiled grammars, you can use the `nvim-treesitter.withPlugins` function:

```nix
(pkgs.neovim.override {
Expand Down

0 comments on commit 8fc6c7f

Please sign in to comment.