Unpersonalize my dots

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

View File

@@ -38,9 +38,9 @@ end
local lspconf = require("lspconfig")
-- these langs require same lspconfig so put em all in a table and loop through!
local lspservers = {"html", "cssls", "tsserver", "pyright", "bashls", "clangd", "ccls", "gopls"}
local servers = {"html", "cssls", "tsserver", "pyright", "bashls", "clangd", "ccls", "gopls"}
for _, lang in ipairs(lspservers) do
for _, lang in ipairs(servers) do
lspconf[lang].setup {
on_attach = on_attach,
root_dir = vim.loop.cwd