Added telescope extensions

This commit is contained in:
Alejandro Angulo 2024-07-25 20:35:03 -07:00
parent d3aa2d0800
commit cf0bb60e0f
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 34 additions and 1 deletions

View file

@ -7,6 +7,7 @@
./plugins/lsp.nix
./plugins/lualine.nix
./plugins/rhubarb.nix
./plugins/telescope.nix
./plugins/vim-obsession.nix
];
@ -61,7 +62,6 @@
];
plugins = {
telescope.enable = true;
treesitter.enable = true;
tmux-navigator.enable = true;
fugitive.enable = true;