feat: enable additional treesitter plugins
This commit is contained in:
parent
89328000a3
commit
68028745ba
|
@ -1,4 +1,4 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
# Import all your configuration modules here
|
# Import all your configuration modules here
|
||||||
# imports = [./bufferline.nix];
|
# imports = [./bufferline.nix];
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -56,7 +56,11 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
treesitter.enable = true;
|
treesitter = {
|
||||||
|
enable = true;
|
||||||
|
settings.highlight.enable = true;
|
||||||
|
};
|
||||||
|
treesitter-context.enable = true;
|
||||||
tmux-navigator.enable = true;
|
tmux-navigator.enable = true;
|
||||||
fugitive.enable = true;
|
fugitive.enable = true;
|
||||||
comment.enable = true;
|
comment.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue