Ensure comming TS modules installed at startup
This commit is contained in:
parent
52c475b380
commit
ef1a91b5e5
|
@ -57,6 +57,8 @@ require('lspconfig')['fortls'].setup{
|
|||
|
||||
require'nvim-treesitter.configs'.setup {
|
||||
highlight = {
|
||||
ensure_installed = {"python", "markdown", "lua", "yaml", "bash"},
|
||||
auto_install = true,
|
||||
enable = true,
|
||||
additional_vim_regex_highlighting = false,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue