From a1880dcdadec6ee5371dc99f1344be3f46a94034 Mon Sep 17 00:00:00 2001 From: Christian Nieves Date: Thu, 20 Feb 2025 16:22:30 +0000 Subject: [PATCH] ugh --- config/.config/nvim/lazy-lock.json | 2 +- vim/.vim/lua/plugins/lsp.lua | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/config/.config/nvim/lazy-lock.json b/config/.config/nvim/lazy-lock.json index aa2e6a3..eed6eea 100644 --- a/config/.config/nvim/lazy-lock.json +++ b/config/.config/nvim/lazy-lock.json @@ -1,3 +1,3 @@ { - "lazy.nvim": { "branch": "main", "commit": "e5e9bf48211a13d9ee6c1077c88327c49c1ab4a0" } + "lazy.nvim": { "branch": "main", "commit": "d8f26efd456190241afd1b0f5235fe6fdba13d4a" } } diff --git a/vim/.vim/lua/plugins/lsp.lua b/vim/.vim/lua/plugins/lsp.lua index 66dfa28..29b0c9c 100644 --- a/vim/.vim/lua/plugins/lsp.lua +++ b/vim/.vim/lua/plugins/lsp.lua @@ -2,17 +2,6 @@ local use_google = require("utils").use_google local flags = require("utils").flags return { - -- { - -- "ray-x/lsp_signature.nvim", - -- event = "VeryLazy", - -- opts = { - -- floating_window = true, - -- hint_prefix = "󰡱 ", - -- }, - -- config = function(_, opts) - -- require("lsp_signature").setup(opts) - -- end, - -- }, { "kosayoda/nvim-lightbulb", commit = "1cae7b7153ae98dcf1b11173a443ac1b6d8e3d49",