force lua install an rest

pull/635/head
TJ DeVries 11 months ago
parent 48c88b73be
commit 9837e7ed38

@ -772,7 +772,7 @@ require('lazy').setup({
---@diagnostic disable-next-line: missing-fields
require('nvim-treesitter.configs').setup {
ensure_installed = { 'lua' },
ensure_installed = { 'c', 'help', 'lua', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
auto_install = true,
highlight = { enable = true },

Loading…
Cancel
Save