- added nlua (lua neovim) debug configuration
This commit is contained in:
@ -1,12 +1,15 @@
|
||||
return {
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
branch = 'master',
|
||||
branch = "master",
|
||||
lazy = false,
|
||||
build = ":TSUpdate",
|
||||
event = { "BufRead" },
|
||||
opts = { -- Das Plugin bietet noch diverse weitere Optionen.
|
||||
indent = { enable = true }, -- Automatische Einrückungen mit Tree-sitter
|
||||
opts = { -- Das Plugin bietet noch diverse weitere Optionen.
|
||||
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc',
|
||||
'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc', "rust", "vue", "typescript", "css"
|
||||
},
|
||||
indent = { enable = true }, -- Automatische Einrückungen mit Tree-sitter
|
||||
highlight = { enable = true }, -- Das Syntax-Highlighting einschalten
|
||||
auto_install = true, -- Highlighting-Daten automatisch installieren
|
||||
auto_install = true, -- Highlighting-Daten automatisch installieren
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user