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/settings | |
| parent | 506fa11fc88dbacf80d1ba93d88e65244966050c (diff) | |
nvim-lsp-installer replaced with mason.nvim
Diffstat (limited to 'lua/user/lsp/settings')
| -rw-r--r-- | lua/user/lsp/settings/bashls.lua | 1 | ||||
| -rw-r--r-- | lua/user/lsp/settings/pylsp.lua | 1 | ||||
| -rw-r--r-- | lua/user/lsp/settings/sumneko_lua.lua | 16 | ||||
| -rw-r--r-- | lua/user/lsp/settings/texlab.lua | 1 |
4 files changed, 0 insertions, 19 deletions
diff --git a/lua/user/lsp/settings/bashls.lua b/lua/user/lsp/settings/bashls.lua deleted file mode 100644 index a564707..0000000 --- a/lua/user/lsp/settings/bashls.lua +++ /dev/null @@ -1 +0,0 @@ -return {} diff --git a/lua/user/lsp/settings/pylsp.lua b/lua/user/lsp/settings/pylsp.lua deleted file mode 100644 index a564707..0000000 --- a/lua/user/lsp/settings/pylsp.lua +++ /dev/null @@ -1 +0,0 @@ -return {} diff --git a/lua/user/lsp/settings/sumneko_lua.lua b/lua/user/lsp/settings/sumneko_lua.lua deleted file mode 100644 index 0ac454a..0000000 --- a/lua/user/lsp/settings/sumneko_lua.lua +++ /dev/null @@ -1,16 +0,0 @@ -return { - settings = { - - Lua = { - diagnostics = { - globals = { "vim" }, - }, - workspace = { - library = { - [vim.fn.expand("$VIMRUNTIME/lua")] = true, - [vim.fn.stdpath("config") .. "/lua"] = true, - }, - }, - }, - }, -} diff --git a/lua/user/lsp/settings/texlab.lua b/lua/user/lsp/settings/texlab.lua deleted file mode 100644 index a564707..0000000 --- a/lua/user/lsp/settings/texlab.lua +++ /dev/null @@ -1 +0,0 @@ -return {} |
