From 49b705b6aa43762240755b4f9c737e291297226e Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Tue, 23 Apr 2024 16:24:00 +0300 Subject: [PATCH] plugins/treesitter: fix typo in doc comment --- modules/plugins/treesitter/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/treesitter/config.nix b/modules/plugins/treesitter/config.nix index e4d6c24..e91e5cd 100644 --- a/modules/plugins/treesitter/config.nix +++ b/modules/plugins/treesitter/config.nix @@ -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,