Add pkl binary and nvim-plugin
This commit is contained in:
parent
98d64b5e0e
commit
dffe33e507
4 changed files with 10 additions and 1 deletions
.config/nvim/after/plugin
|
@ -1,6 +1,6 @@
|
|||
require'nvim-treesitter.configs'.setup {
|
||||
-- A list of parser names, or "all" (the five listed parsers should always be installed)
|
||||
ensure_installed = { "c", "lua", "vim", "vimdoc", "query" },
|
||||
ensure_installed = { "c", "lua", "pkl", "query", "vim", "vimdoc" },
|
||||
|
||||
-- Install parsers synchronously (only applied to `ensure_installed`)
|
||||
sync_install = false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue