Update delay and adding lsp for rust and typescript

This commit is contained in:
Jason Schneekloth 2025-12-04 11:02:57 -06:00
parent 321f051b7c
commit 8dbd122b1a
1 changed files with 8 additions and 1 deletions

View File

@ -304,7 +304,7 @@ require('lazy').setup({
opts = { opts = {
-- delay between pressing a key and opening which-key (milliseconds) -- delay between pressing a key and opening which-key (milliseconds)
-- this setting is independent of vim.o.timeoutlen -- this setting is independent of vim.o.timeoutlen
delay = 0, delay = 400,
icons = { icons = {
-- set icon mappings to true if you have a Nerd Font -- set icon mappings to true if you have a Nerd Font
mappings = vim.g.have_nerd_font, mappings = vim.g.have_nerd_font,
@ -710,6 +710,13 @@ require('lazy').setup({
}, },
}, },
}, },
rust_analyzer = {},
vtsls = {
-- cmd = { ... },
-- filetypes = { ... },
-- capabilities = {},
-- settings = {},
},
} }
-- Ensure the servers and tools above are installed -- Ensure the servers and tools above are installed