Upd with resolved diagnostic

This commit is contained in:
Valeriy Filippov
2026-03-12 11:34:46 +03:00
parent fdcab36e0f
commit 31bc0891fb
5 changed files with 20 additions and 9 deletions

View File

@@ -11,7 +11,8 @@ return {
local treesitter = require("nvim-treesitter.configs")
-- configure treesitter
treesitter.setup({ -- enable syntax highlighting
treesitter.setup({
-- enable syntax highlighting
highlight = {
enable = true,
},
@@ -41,6 +42,10 @@ return {
"vimdoc",
"yaml",
},
modules = {},
sync_install = false,
ignore_install = {},
auto_install = false,
incremental_selection = {
enable = true,
keymaps = {