diff --git a/doc/languages-frameworks/neovim.section.md b/doc/languages-frameworks/neovim.section.md index 3d9837268c7a79..a2d1175c38781a 100644 --- a/doc/languages-frameworks/neovim.section.md +++ b/doc/languages-frameworks/neovim.section.md @@ -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 {