mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 12:45:57 +01:00
plugins/treesitter: fix typo in doc comment
This commit is contained in:
parent
b614dc6b41
commit
49b705b6aa
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ in {
|
||||||
luaConfigRC.treesitter = entryAnywhere ''
|
luaConfigRC.treesitter = entryAnywhere ''
|
||||||
require'nvim-treesitter.configs'.setup {
|
require'nvim-treesitter.configs'.setup {
|
||||||
-- Disable imperative treesitter options that would attempt to fetch
|
-- Disable imperative treesitter options that would attempt to fetch
|
||||||
-- grammars into the read-only Nix store. To add additionall grammars here
|
-- grammars into the read-only Nix store. To add additional grammars here
|
||||||
-- you must use the `config.vim.treesitter.grammars` option.
|
-- you must use the `config.vim.treesitter.grammars` option.
|
||||||
auto_install = false,
|
auto_install = false,
|
||||||
sync_install = false,
|
sync_install = false,
|
||||||
|
|
Loading…
Reference in a new issue