From 8dbd122b1a9d498ead973ea05038fd5547e0214e Mon Sep 17 00:00:00 2001 From: Jason Schneekloth Date: Thu, 4 Dec 2025 11:02:57 -0600 Subject: [PATCH] Update delay and adding lsp for rust and typescript --- init.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 5579ad2d..4e08b855 100644 --- a/init.lua +++ b/init.lua @@ -304,7 +304,7 @@ require('lazy').setup({ opts = { -- delay between pressing a key and opening which-key (milliseconds) -- this setting is independent of vim.o.timeoutlen - delay = 0, + delay = 400, icons = { -- set icon mappings to true if you have a 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