mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 11:14:42 +02:00
updates
This commit is contained in:
parent
fdb0d5bd29
commit
46b3191530
13 changed files with 2878 additions and 65 deletions
|
@ -3,17 +3,18 @@ require'nvim-treesitter.configs'.setup {
|
|||
highlight = {
|
||||
enable = true, -- false will disable the whole extension
|
||||
},
|
||||
}
|
||||
|
||||
require "nvim-treesitter.configs".setup {
|
||||
playground = {
|
||||
enable = true,
|
||||
disable = {},
|
||||
updatetime = 25, -- Debounced time for highlighting nodes in the playground from source code
|
||||
persist_queries = false -- Whether the query persists across vim sessions
|
||||
},
|
||||
rainbow = {
|
||||
enable = false
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
-- require'nvim-treesitter.configs'.setup {
|
||||
-- refactor = {
|
||||
-- highlight_current_scope = { enable = false },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue