We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffcc01 commit 44a93eaCopy full SHA for 44a93ea
1 file changed
configs/nvim-0.11/plugin/40_plugins.lua
@@ -51,6 +51,8 @@ now_if_args(function()
51
})
52
53
-- 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).
56
local languages = {
57
-- These are already pre-installed with Neovim. Used as an example.
58
'lua',
0 commit comments