feat: add border to signature help, remove rustup

This commit is contained in:
2025-06-01 11:11:32 -07:00
parent e9eae4ac23
commit e670a449aa
2 changed files with 5 additions and 1 deletions

View File

@@ -72,6 +72,9 @@ return {
vim.keymap.set("n", "K", function()
vim.lsp.buf.hover({ border = "rounded" })
end)
vim.keymap.set("i", "<C-s>", function()
vim.lsp.buf.signature_help({ border = "rounded" })
end)
vim.diagnostic.config({ virtual_text = true })
cmp.setup.cmdline({ "/", "?" }, {
mapping = cmp.mapping.preset.cmdline(),

View File

@@ -28,7 +28,6 @@
ripgrep
git
gcc
rustup
nixfmt-rfc-style
asciiquarium
wireguard-tools
@@ -47,6 +46,8 @@
gnumake
watchman
bat
cargo
rustc
];
programs.nix-ld.enable = lib.mkDefault true;
programs.zsh.enable = lib.mkDefault true;