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.keymap.set("n", "K", function()
|
||||||
vim.lsp.buf.hover({ border = "rounded" })
|
vim.lsp.buf.hover({ border = "rounded" })
|
||||||
end)
|
end)
|
||||||
|
vim.keymap.set("i", "<C-s>", function()
|
||||||
|
vim.lsp.buf.signature_help({ border = "rounded" })
|
||||||
|
end)
|
||||||
vim.diagnostic.config({ virtual_text = true })
|
vim.diagnostic.config({ virtual_text = true })
|
||||||
cmp.setup.cmdline({ "/", "?" }, {
|
cmp.setup.cmdline({ "/", "?" }, {
|
||||||
mapping = cmp.mapping.preset.cmdline(),
|
mapping = cmp.mapping.preset.cmdline(),
|
||||||
|
|||||||
@@ -28,7 +28,6 @@
|
|||||||
ripgrep
|
ripgrep
|
||||||
git
|
git
|
||||||
gcc
|
gcc
|
||||||
rustup
|
|
||||||
nixfmt-rfc-style
|
nixfmt-rfc-style
|
||||||
asciiquarium
|
asciiquarium
|
||||||
wireguard-tools
|
wireguard-tools
|
||||||
@@ -47,6 +46,8 @@
|
|||||||
gnumake
|
gnumake
|
||||||
watchman
|
watchman
|
||||||
bat
|
bat
|
||||||
|
cargo
|
||||||
|
rustc
|
||||||
];
|
];
|
||||||
programs.nix-ld.enable = lib.mkDefault true;
|
programs.nix-ld.enable = lib.mkDefault true;
|
||||||
programs.zsh.enable = lib.mkDefault true;
|
programs.zsh.enable = lib.mkDefault true;
|
||||||
|
|||||||
Reference in New Issue
Block a user