nvim: plugins/treesitter: Drop playground
Initially added this thinking it might help with our own colorscheme but we have never used this.
This commit is contained in:
parent
fa882691bf
commit
8a60e83ef5
2 changed files with 0 additions and 19 deletions
|
@ -31,7 +31,6 @@ require "paq" {
|
||||||
'lvimuser/lsp-inlayhints.nvim' ,
|
'lvimuser/lsp-inlayhints.nvim' ,
|
||||||
'sdiehl/vim-cabalfmt' ,
|
'sdiehl/vim-cabalfmt' ,
|
||||||
'nvim-treesitter/nvim-treesitter' ,
|
'nvim-treesitter/nvim-treesitter' ,
|
||||||
'nvim-treesitter/playground' ,
|
|
||||||
'mfussenegger/nvim-treehopper' ,
|
'mfussenegger/nvim-treehopper' ,
|
||||||
'chentoast/marks.nvim' ,
|
'chentoast/marks.nvim' ,
|
||||||
'andymass/vim-matchup' ,
|
'andymass/vim-matchup' ,
|
||||||
|
|
|
@ -9,24 +9,6 @@ require'nvim-treesitter.configs'.setup {
|
||||||
use_virtual_text = true,
|
use_virtual_text = true,
|
||||||
lint_events = { "BufWrite", "CursorHold" },
|
lint_events = { "BufWrite", "CursorHold" },
|
||||||
},
|
},
|
||||||
playground = {
|
|
||||||
enable = true,
|
|
||||||
disable = {},
|
|
||||||
updatetime = 25,
|
|
||||||
persist_queries = false,
|
|
||||||
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 = '?',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
matchup = {
|
matchup = {
|
||||||
enable = true,
|
enable = true,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue