summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/setup/lspconfig.lua
diff options
context:
space:
mode:
authorAdam Stück <adam@adast.dk>2023-05-22 23:24:42 +0200
committerAdam Stück <adam@adast.dk>2023-05-22 23:24:42 +0200
commit3a350935329e095eb35972f47bc1dd7819636861 (patch)
tree4f12b485c4d5b03073dd03863322447166a9fd90 /.config/nvim/lua/setup/lspconfig.lua
parent4a496556adbcc11ea618b12b9ba15295819b6019 (diff)
nvim: update plugins
Diffstat (limited to '.config/nvim/lua/setup/lspconfig.lua')
-rw-r--r--.config/nvim/lua/setup/lspconfig.lua10
1 files changed, 5 insertions, 5 deletions
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