clean up ensure_installed and add comments
This commit is contained in:
@@ -5,25 +5,32 @@ return {
|
|||||||
build = ':TSUpdate',
|
build = ':TSUpdate',
|
||||||
|
|
||||||
opts = {
|
opts = {
|
||||||
sync_install = true,
|
sync_install = false,
|
||||||
auto_install = true,
|
auto_install = true,
|
||||||
ensure_installed = {
|
ensure_installed = {
|
||||||
|
-- Core / scripting
|
||||||
'lua',
|
'lua',
|
||||||
-- 'markdown',
|
'bash',
|
||||||
-- 'markdown_inline',
|
'python',
|
||||||
-- 'css',
|
|
||||||
-- 'html',
|
-- Markdown
|
||||||
-- 'javascript',
|
'markdown',
|
||||||
-- 'json',
|
'markdown_inline',
|
||||||
-- 'xml',
|
|
||||||
-- 'toml',
|
-- Web / Frontend
|
||||||
-- 'yaml',
|
'html',
|
||||||
-- 'python',
|
'css',
|
||||||
-- 'bash',
|
'javascript',
|
||||||
-- 'diff',
|
'json',
|
||||||
-- 'regex',
|
|
||||||
-- 'sql',
|
-- YAML / Configs
|
||||||
|
'yaml',
|
||||||
|
'toml',
|
||||||
|
|
||||||
|
-- Docker
|
||||||
|
'dockerfile',
|
||||||
},
|
},
|
||||||
|
matchup = { enable = true },
|
||||||
highlight = {
|
highlight = {
|
||||||
enable = true,
|
enable = true,
|
||||||
additional_vim_regex_highlighting = false,
|
additional_vim_regex_highlighting = false,
|
||||||
|
|||||||
Reference in New Issue
Block a user