Skip to content

Commit

Permalink
add rust
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnakedev committed Sep 5, 2024
1 parent 397f57f commit a4a3eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixvim.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
# colorschemes.tokyonight.enable = true;
colorschemes.catppuccin.enable = true;
plugins = {
rustaceanvim.enable = true;
lsp = {
enable = true;
servers = {
Expand All @@ -19,6 +20,7 @@
enable = true;
settings.diagnostics.globals = [ "vim" ];
};
# rust-analyzer.enable = true;
# tsserver.enable = true;
};
};
Expand Down

0 comments on commit a4a3eaf

Please sign in to comment.