1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

feat: add some neovim keymaps and rustaceanvim

This commit is contained in:
oddlama 2024-03-13 16:03:03 +01:00
parent 1631c116fd
commit afa8e02c18
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 70 additions and 44 deletions

View file

@ -27,16 +27,7 @@
bashls.enable = true;
cssls.enable = true;
html.enable = true;
rust-analyzer = {
enable = true;
settings = {
checkOnSave = true;
check.command = "clippy";
};
# cargo and rustc are managed per project with their own flakes.
installCargo = false;
installRustc = false;
};
# rust-analyzer should not be set here because of rustaceanvim
nil_ls = {
enable = true;
settings = {