diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-24 01:35:43 +0100 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2023-02-24 01:35:43 +0100 |
| commit | 2a5f8920d10c4a85586ae6d697f233ce52144a10 (patch) | |
| tree | 2bb4342359ae57d3b9cdff6cd35740d2b6f5882b /lua/user/lsp/handlers.lua | |
| parent | 506fa11fc88dbacf80d1ba93d88e65244966050c (diff) | |
nvim-lsp-installer replaced with mason.nvim
Diffstat (limited to 'lua/user/lsp/handlers.lua')
| -rw-r--r-- | lua/user/lsp/handlers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/user/lsp/handlers.lua b/lua/user/lsp/handlers.lua index 085f449..b741928 100644 --- a/lua/user/lsp/handlers.lua +++ b/lua/user/lsp/handlers.lua @@ -1,6 +1,5 @@ local M = {} --- TODO: backfill this to template M.setup = function() local signs = { { name = "DiagnosticSignError", text = "" }, |
