From 3a350935329e095eb35972f47bc1dd7819636861 Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Mon, 22 May 2023 23:24:42 +0200 Subject: nvim: update plugins --- .config/nvim/lua/setup/lspconfig.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.config/nvim/lua/setup/lspconfig.lua') diff --git a/.config/nvim/lua/setup/lspconfig.lua b/.config/nvim/lua/setup/lspconfig.lua index d22450e..8b83e47 100644 --- a/.config/nvim/lua/setup/lspconfig.lua +++ b/.config/nvim/lua/setup/lspconfig.lua @@ -21,8 +21,8 @@ lspconfig.pyright.setup{ on_attach = on_attach, } -local signs = { Error = " ", Warn = " ", Hint = " ", Info = " " } -for type, icon in pairs(signs) do - local hl = "DiagnosticSign" .. type - vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = hl }) -end +-- local signs = { Error = " ", Warn = " ", Hint = " ", Info = " " } +-- for type, icon in pairs(signs) do +-- local hl = "DiagnosticSign" .. type +-- vim.fn.sign_define(hl, { text = icon, texthl = hl, numhl = hl }) +-- end -- cgit v1.2.3-70-g09d2