remove unused function from lsp.lua and add more lsp plugins!

This commit is contained in:
2023-06-26 11:31:04 -04:00
parent 66d9af30a9
commit 10786c2910
2 changed files with 6 additions and 9 deletions

View File

@ -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,