Add pkl binary and nvim-plugin

This commit is contained in:
Tobias Reisinger 2024-02-19 00:25:10 +01:00
parent 98d64b5e0e
commit dffe33e507
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 10 additions and 1 deletions
.config/nvim/after/plugin

View file

@ -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,