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