nvim: just install all treesitter language modules
This commit is contained in:
parent
8ef5508e21
commit
79297f7076
@ -1,15 +1,11 @@
|
||||
require('my/plugins')
|
||||
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
ensure_installed = 'all',
|
||||
highlight = {
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = { 'org' }
|
||||
},
|
||||
ensure_installed = {
|
||||
'org', 'markdown', 'markdown_inline', 'html', 'css',
|
||||
'cpp', 'c', 'lua', 'bash', 'javascript', 'typescript',
|
||||
'comment', 'cmake', 'make', 'json', 'json5',
|
||||
},
|
||||
}
|
||||
|
||||
require('orgmode').setup{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user