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

@ -37,10 +37,9 @@
};
};
# Rust specific LSP tools
rust-tools = {
rustaceanvim = {
enable = true;
server.check.command = "clippy";
server.settings.files.excludeDirs = [".direnv"];
};
};
};