Skip to content

Commit 44a93ea

Browse files
committed
docs(plugins): mention restaring after changing tree-sitter languages
Resolve #31
1 parent 6ffcc01 commit 44a93ea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

configs/nvim-0.11/plugin/40_plugins.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ now_if_args(function()
5151
})
5252

5353
-- Define languages which will have parsers installed and auto enabled
54+
-- After changing this, restart Neovim once to install necessary parsers. Wait
55+
-- for the installation to finish before opening a file for added language(s).
5456
local languages = {
5557
-- These are already pre-installed with Neovim. Used as an example.
5658
'lua',

0 commit comments

Comments
 (0)