You've already forked neovim_config
removing unused config
This commit is contained in:
@@ -73,16 +73,6 @@ return {
|
||||
})
|
||||
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 ()
|
||||
local lspconfig = require("lspconfig")
|
||||
lspconfig["bashls"].setup({
|
||||
|
Reference in New Issue
Block a user