Unpersonalize my dots
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user