chore: fix neovim completion shortcuts, address nix warnings

This commit is contained in:
oddlama 2024-06-20 17:44:41 +02:00
parent 0349d7fd8b
commit a0e50ce0e9
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
6 changed files with 40 additions and 60 deletions

View file

@ -35,7 +35,7 @@
cssls.enable = true;
html.enable = true;
# rust-analyzer should not be set here because of rustaceanvim
nil_ls = {
nil-ls = {
enable = true;
settings = {
formatting.command = [(lib.getExe pkgs.alejandra) "--quiet"];