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; tmux-navigator.enable = true;
fugitive.enable = true; fugitive.enable = true;
comment.enable = true; comment.enable = true;
rustaceanvim.enable = true;
/* /*
:TransparentEnable :TransparentEnable

View file

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

View file

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