This commit is contained in:
2023-07-12 22:31:54 +02:00
parent 860c21b165
commit 3141de1d5f
8 changed files with 52 additions and 16 deletions

View File

@ -1,3 +1,4 @@
-- parsing and highlighting
require'nvim-treesitter.configs'.setup {
-- A list of parser names, or "all" (the five listed parsers should always be installed)
ensure_installed = { "python", "javascript", "typescript", "php", "c", "rust", "bash", "lua", "vim", "vimdoc", "query" },