chore: fix some errors and update lock file

Nixvim: switch to Rustaceanvim
Pkgs: add lazygit
This commit is contained in:
Zhongheng Liu 2024-11-01 22:06:20 +02:00
commit 3c9a9d42cf
Signed by: steven
GPG key ID: DC8F48E7B4C40905
5 changed files with 69 additions and 38 deletions

View file

@ -13,15 +13,11 @@
enable = true;
extraOptions = {
home-manager = {
expr = "(builtins.getFlake \"/home/stvnliu/nix-conf/\").homeConfigurations.\"stvnliu@nixos-msi\".options";
expr = ''
(builtins.getFlake "/home/stvnliu/nix-conf/").homeConfigurations."stvnliu@nixos-msi".options'';
};
};
};
rust_analyzer = {
enable = true;
installRustc = true;
installCargo = true;
};
ts_ls.enable = true;
};
keymaps.lspBuf = {
@ -33,7 +29,11 @@
};
};
lsp-lines.enable = true;
rust-tools.enable = true;
rustaceanvim = {
enable = true;
# rust-tools.enable = true;
};
};
diagnostics.virtual_lines.only_current_line = true;
}