1
0
Fork 0

Nixvim's updates, switch back to catppuccin and telescope

This commit is contained in:
Avery 2024-10-11 21:13:28 +02:00
parent a78efc6788
commit 6790e3ac3b
Signed by: Avery
GPG key ID: B684FD451B692E04
4 changed files with 33 additions and 17 deletions

View file

@ -3,9 +3,9 @@
lsp = {
enable = true;
servers = {
nil-ls.enable = true;
nil_ls.enable = true;
pyright.enable = true;
rust-analyzer = {
rust_analyzer = {
enable = true;
installCargo = false;
installRustc = false;