From 0c76865d51f1bf14c87ffdd628a983b86355b3e2 Mon Sep 17 00:00:00 2001 From: Tigor Hutasuhut Date: Thu, 1 Aug 2024 09:48:46 +0700 Subject: [PATCH] code-action: removed tiny code action because it broke --- lua/plugins/lspconfig.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index e452478..f02af8c 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -41,15 +41,7 @@ return { "gr", false, } - keys[#keys + 1] = { - "ca", - 'lua require("tiny-code-action").code_action()', - desc = "Code Action", - } end, - dependencies = { - "rachartier/tiny-code-action.nvim", - }, opts = { servers = { templ = {