force lua install
This commit is contained in:
parent
dacbbf59c2
commit
48c88b73be
1 changed files with 1 additions and 0 deletions
1
init.lua
1
init.lua
|
@ -772,6 +772,7 @@ require('lazy').setup({
|
|||
|
||||
---@diagnostic disable-next-line: missing-fields
|
||||
require('nvim-treesitter.configs').setup {
|
||||
ensure_installed = { 'lua' },
|
||||
-- Autoinstall languages that are not installed. Defaults to false (but you can change for yourself!)
|
||||
auto_install = true,
|
||||
highlight = { enable = true },
|
||||
|
|
Loading…
Reference in a new issue