Upd with resolved diagnostic
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user