Cleans up parsers and linters

This commit is contained in:
normanras
2023-01-24 17:12:53 +00:00
parent b1d2ac048e
commit 977370f402
9 changed files with 15 additions and 248 deletions

View File

@ -15,8 +15,7 @@ end
nvim_treesitter.setup {
-- A list of parser names, or "all"
ensure_installed = {
'bash', 'css', 'html', 'javascript', 'json', 'lua', 'python',
'vim', 'yaml', 'typescript',
'bash', 'json', 'lua', 'python', 'vim', 'yaml', 'typescript', 'gitcommit', 'dockerfile', 'regex',
},
-- Install parsers synchronously (only applied to `ensure_installed`)
sync_install = false,