mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
add: update nvim tree float config
This commit is contained in:
parent
1f5323945b
commit
8a78fd41df
5 changed files with 60 additions and 77 deletions
|
@ -1,27 +1,27 @@
|
|||
return {
|
||||
-- "folke/playground",
|
||||
-- lazy = true,
|
||||
-- event = "BufRead",
|
||||
-- config = function()
|
||||
-- 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
|
||||
-- keybindings = {
|
||||
-- toggle_query_editor = "o",
|
||||
-- toggle_hl_groups = "i",
|
||||
-- toggle_injected_languages = "t",
|
||||
-- toggle_anonymous_nodes = "a",
|
||||
-- toggle_language_display = "I",
|
||||
-- focus_language = "f",
|
||||
-- unfocus_language = "F",
|
||||
-- update = "R",
|
||||
-- goto_node = "<cr>",
|
||||
-- show_help = "?",
|
||||
-- },
|
||||
-- },
|
||||
-- }
|
||||
-- end,
|
||||
"folke/playground",
|
||||
lazy = true,
|
||||
event = "BufRead",
|
||||
config = function()
|
||||
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
|
||||
keybindings = {
|
||||
toggle_query_editor = "o",
|
||||
toggle_hl_groups = "i",
|
||||
toggle_injected_languages = "t",
|
||||
toggle_anonymous_nodes = "a",
|
||||
toggle_language_display = "I",
|
||||
focus_language = "f",
|
||||
unfocus_language = "F",
|
||||
update = "R",
|
||||
goto_node = "<cr>",
|
||||
show_help = "?",
|
||||
},
|
||||
},
|
||||
}
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue