feat: enable additional treesitter plugins

This commit is contained in:
alejandro-angulo 2024-09-01 22:47:54 -07:00
parent 89328000a3
commit 68028745ba
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -1,4 +1,4 @@
{
{pkgs, ...}: {
# Import all your configuration modules here
# imports = [./bufferline.nix];
imports = [
@ -56,7 +56,11 @@
];
plugins = {
treesitter.enable = true;
treesitter = {
enable = true;
settings.highlight.enable = true;
};
treesitter-context.enable = true;
tmux-navigator.enable = true;
fugitive.enable = true;
comment.enable = true;