This commit is contained in:
Nikos Papadakis 2023-12-24 11:46:55 +02:00
parent 685cbac5c9
commit 626c8ca3f9
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02
2 changed files with 0 additions and 8 deletions

View file

@ -42,11 +42,4 @@ treesitter.setup {
},
},
},
playground = {
enable = true,
keybindings = {
update = "R",
toggle_query_editor = "o",
},
},
}

View file

@ -65,7 +65,6 @@ return {
"nvim-treesitter/nvim-treesitter",
dependencies = {
"nvim-treesitter/nvim-treesitter-textobjects",
"nvim-treesitter/playground",
},
},
{