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:
Sanchayan Maity 2023-02-27 18:56:54 +05:30
parent fa882691bf
commit 8a60e83ef5
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
2 changed files with 0 additions and 19 deletions

View File

@ -31,7 +31,6 @@ require "paq" {
'lvimuser/lsp-inlayhints.nvim' ,
'sdiehl/vim-cabalfmt' ,
'nvim-treesitter/nvim-treesitter' ,
'nvim-treesitter/playground' ,
'mfussenegger/nvim-treehopper' ,
'chentoast/marks.nvim' ,
'andymass/vim-matchup' ,

View File

@ -9,24 +9,6 @@ require'nvim-treesitter.configs'.setup {
use_virtual_text = true,
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 = {
enable = true,
},