forked from mirrors_public/oddlama_nix-config
feat: add some neovim keymaps and rustaceanvim
This commit is contained in:
parent
1631c116fd
commit
afa8e02c18
4 changed files with 70 additions and 44 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue