From d968ff639be3b6ecddb6ae224f3804f4eea566ba Mon Sep 17 00:00:00 2001 From: Squibid Date: Mon, 26 Jun 2023 11:31:04 -0400 Subject: remove unused function from lsp.lua and add more lsp plugins! --- after/plugin/lsp.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'after/plugin') diff --git a/after/plugin/lsp.lua b/after/plugin/lsp.lua index 4e5d3fa..a8932c1 100644 --- a/after/plugin/lsp.lua +++ b/after/plugin/lsp.lua @@ -35,13 +35,6 @@ set_lsp_sign("DiagnosticSignInfo" , "i") set_lsp_sign("DiagnosticSignHint" , "h") local function lsp_settings() - local sign = function(opts) - vim.fn.sign_define(opts.name, { - texthl = opts.name, - text = opts.text, - numhl = '' - }) - end vim.diagnostic.config({ virtual_text = false, -- cgit v1.2.1