Ensure comming TS modules installed at startup

This commit is contained in:
Edward Litherland-Smith 2022-08-09 10:01:49 +01:00
parent 52c475b380
commit ef1a91b5e5

View file

@ -57,6 +57,8 @@ require('lspconfig')['fortls'].setup{
require'nvim-treesitter.configs'.setup { require'nvim-treesitter.configs'.setup {
highlight = { highlight = {
ensure_installed = {"python", "markdown", "lua", "yaml", "bash"},
auto_install = true,
enable = true, enable = true,
additional_vim_regex_highlighting = false, additional_vim_regex_highlighting = false,
}, },