mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-10 05:11:16 +00:00
force lua install an rest
This commit is contained in:
2
init.lua
2
init.lua
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user