You've already forked neovim_config
removing unused config
This commit is contained in:
@@ -73,16 +73,6 @@ return {
|
|||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
|
|
||||||
-- ["terraformls"] = function ()
|
|
||||||
-- local lspconfig = require("lspconfig")
|
|
||||||
-- lspconfig["terraformls"].setup({
|
|
||||||
-- cmd = {"terraform-ls", "server"},
|
|
||||||
-- filetypes = { 'tf', 'hcl' },
|
|
||||||
-- root_dir = lspconfig.util.root_pattern("Documents"),
|
|
||||||
-- single_file_support = false,
|
|
||||||
-- })
|
|
||||||
-- end,
|
|
||||||
|
|
||||||
["bashls"] = function ()
|
["bashls"] = function ()
|
||||||
local lspconfig = require("lspconfig")
|
local lspconfig = require("lspconfig")
|
||||||
lspconfig["bashls"].setup({
|
lspconfig["bashls"].setup({
|
||||||
|
Reference in New Issue
Block a user