fixes and added dependencies
- fix the shortcut to change tab - added `fzf`, `gcc`, `git`, `lazygit`, and `rg` dependencies - added even more lsps
This commit is contained in:
parent
92a1ca2692
commit
52981fda4b
3 changed files with 27 additions and 7 deletions
|
@ -45,4 +45,13 @@
|
|||
virtual_text = false;
|
||||
virtual_line = true;
|
||||
};
|
||||
|
||||
dependencies = {
|
||||
fzf.enable = true;
|
||||
gcc.enable = true;
|
||||
git.enable = true;
|
||||
lazygit.enable = true;
|
||||
tree-sitter.enable = true;
|
||||
ripgrep.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue