Skip to content

Commit

Permalink
nixvimConfigs/trovebelt/setups/treesitter: update
Browse files Browse the repository at this point in the history
  • Loading branch information
foo-dogsquared committed Nov 17, 2024
1 parent 6d0cfda commit fff37df
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions configs/nixvim/trovebelt/modules/setups/treesitter.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
plugins.treesitter-refactor = {
enable = true;
highlightCurrentScope.enable = true;
highlightDefinitions.enable = true;
navigation.enable = true;
smartRename.enable = true;
};
Expand Down

0 comments on commit fff37df

Please sign in to comment.