mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixvimConfigs/trovebelt/setups/treesitter: update
This commit is contained in:
parent
6d0cfda6a5
commit
fff37df39f
@ -26,22 +26,9 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable some more context for me.
|
|
||||||
plugins.treesitter-context = {
|
|
||||||
enable = true;
|
|
||||||
settings = {
|
|
||||||
separator = "*";
|
|
||||||
mode = "cursor";
|
|
||||||
line_numbers = true;
|
|
||||||
max_lines = 7;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
# Some niceties for refactoring.
|
# Some niceties for refactoring.
|
||||||
plugins.treesitter-refactor = {
|
plugins.treesitter-refactor = {
|
||||||
enable = true;
|
enable = true;
|
||||||
highlightCurrentScope.enable = true;
|
|
||||||
highlightDefinitions.enable = true;
|
|
||||||
navigation.enable = true;
|
navigation.enable = true;
|
||||||
smartRename.enable = true;
|
smartRename.enable = true;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user