Unpersonalize my dots

This commit is contained in:
marvelman3284 2021-06-01 09:25:59 -04:00
parent 4b3682a343
commit 1e6432c4d1
1 changed files with 1 additions and 1 deletions

View File

@ -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 {