From 42af051a2339acdc893d11014b0543aabf4c08da Mon Sep 17 00:00:00 2001 From: Adam Stück Date: Wed, 28 Aug 2024 08:58:46 +0200 Subject: nvim: add nvim-conf git submodule --- .config/nvim/lua/setup/lspconfig.lua | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .config/nvim/lua/setup/lspconfig.lua (limited to '.config/nvim/lua/setup/lspconfig.lua') diff --git a/.config/nvim/lua/setup/lspconfig.lua b/.config/nvim/lua/setup/lspconfig.lua deleted file mode 100644 index 8b83e47..0000000 --- a/.config/nvim/lua/setup/lspconfig.lua +++ /dev/null @@ -1,28 +0,0 @@ -local lspconfig = require("lspconfig") - -local function on_attach() - vim.cmd("doautocmd User lspAttached") -end - -lspconfig.lua_ls.setup { - on_attach = on_attach, - settings = { - Lua = { - diagnostics = { - globals = { 'vim' } - } - } - } -} -lspconfig.bashls.setup { - on_attach = on_attach, -} -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 -- cgit v1.2.3-70-g09d2