mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/treesitter-playground: mark as deprecated
This commit is contained in:
parent
6c656c14d8
commit
8040f8422a
2 changed files with 17 additions and 95 deletions
|
@ -1,29 +0,0 @@
|
|||
{pkgs}: {
|
||||
empty = {
|
||||
plugins.treesitter.enable = true;
|
||||
plugins.treesitter-playground.enable = true;
|
||||
};
|
||||
|
||||
default = {
|
||||
plugins.treesitter.enable = true;
|
||||
plugins.treesitter-playground = {
|
||||
enable = true;
|
||||
|
||||
disabledLanguages = [];
|
||||
updateTime = 25;
|
||||
persistQueries = false;
|
||||
keybindings = {
|
||||
toggleQueryEditor = "o";
|
||||
toggleHlGroups = "i";
|
||||
toggleInjectedLanguages = "t";
|
||||
toggleAnonymousNodes = "a";
|
||||
toggleLanguageDisplay = "I";
|
||||
focusLanguage = "f";
|
||||
unfocusLanguage = "F";
|
||||
update = "R";
|
||||
gotoNode = "<cr>";
|
||||
showHelp = "?";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue