markdown updated plugins

This commit is contained in:
Norm Rasmussen
2022-09-20 16:29:49 -04:00
parent dd746988b8
commit a7df9ae715
5 changed files with 54 additions and 28 deletions

View File

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