plugins/treesitter: fix typo in doc comment

This commit is contained in:
NotAShelf 2024-04-23 16:24:00 +03:00
parent b614dc6b41
commit 49b705b6aa
No known key found for this signature in database
GPG Key ID: 02D1DD3FA08B6B29
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ in {
luaConfigRC.treesitter = entryAnywhere ''
require'nvim-treesitter.configs'.setup {
-- 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.
auto_install = false,
sync_install = false,