From fa65f36f4ee0eab9f796787ee6bbf8c561f2b83e Mon Sep 17 00:00:00 2001 From: Feliche-Demian Netliukh <51330172+Demianeen@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:47:18 +0100 Subject: [PATCH] Add which-key keymaps Co-authored-by: Iordanis Petkakis --- lua/lazyvim/plugins/extras/lang/typescript-vscode.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lua/lazyvim/plugins/extras/lang/typescript-vscode.lua b/lua/lazyvim/plugins/extras/lang/typescript-vscode.lua index bf843e40..1c12710f 100644 --- a/lua/lazyvim/plugins/extras/lang/typescript-vscode.lua +++ b/lua/lazyvim/plugins/extras/lang/typescript-vscode.lua @@ -138,6 +138,15 @@ return { handlers = {}, }, }, + }, + { + "folke/which-key.nvim", + opts = { + defaults = { + ["ct"] = { name = "+Project", ["🚫"] = "which_key_ignore" }, + ["cL"] = { name = "+Log", ["🚫"] = "which_key_ignore" }, + }, + }, }, { "mfussenegger/nvim-dap",