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
|
@ -23,6 +23,7 @@
|
|||
clangd = {
|
||||
enable = true;
|
||||
};
|
||||
astro.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -115,7 +116,10 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
lualine.enable = true;
|
||||
lualine = {
|
||||
enable = true;
|
||||
settings.options.theme = "ayu_light";
|
||||
};
|
||||
|
||||
neotest = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue