Unpersonalize my dots
This commit is contained in:
parent
4b3682a343
commit
1e6432c4d1
|
@ -38,7 +38,7 @@ end
|
||||||
local lspconf = require("lspconfig")
|
local lspconf = require("lspconfig")
|
||||||
|
|
||||||
-- these langs require same lspconfig so put em all in a table and loop through!
|
-- these langs require same lspconfig so put em all in a table and loop through!
|
||||||
local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "clangd", "ccls", "gopls"}
|
local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "clangd", "ccls"}
|
||||||
|
|
||||||
for _, lang in ipairs(servers) do
|
for _, lang in ipairs(servers) do
|
||||||
lspconf[lang].setup {
|
lspconf[lang].setup {
|
||||||
|
|
Loading…
Reference in New Issue