chore: fix some errors and update lock file
Nixvim: switch to Rustaceanvim Pkgs: add lazygit
This commit is contained in:
parent
ba450b88ef
commit
3c9a9d42cf
5 changed files with 69 additions and 38 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -14,5 +14,6 @@
|
|||
glow
|
||||
tmux
|
||||
ranger
|
||||
lazygit
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{pkgs}: {
|
||||
gil = "${pkgs.lazygit}/bin/lazygit";
|
||||
cd = "z";
|
||||
cdi = "zi";
|
||||
ls = "${pkgs.lsd}/bin/lsd";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue