feat: add border to signature help, remove rustup
This commit is contained in:
@@ -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(),
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user