Updated rust config

This commit is contained in:
Alejandro Angulo 2024-06-02 22:02:28 -07:00
parent 27be92f69b
commit f365ea7564
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
3 changed files with 2 additions and 7 deletions

View file

@ -63,6 +63,7 @@
tmux-navigator.enable = true;
fugitive.enable = true;
comment.enable = true;
rustaceanvim.enable = true;
/*
:TransparentEnable

View file

@ -20,6 +20,7 @@
sources = [
{name = "buffer";}
{name = "cmdline";}
{name = "cmp-clippy";}
{name = "luasnip";}
{name = "nvim_lsp";}
{name = "path";}

View file

@ -25,13 +25,6 @@
# lua (nvim config)
lua-ls.enable = true;
# rust
rust-analyzer = {
enable = true;
installCargo = true;
installRustc = true;
};
# ocaml
ocamllsp.enable = true;