3 files changed,
2 insertions(+),
9 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2022-07-29 00:41:54 +0300
Parent:
57c788b
M
lua/configs/lsp/init.lua
@@ -16,8 +16,4 @@ for name, conf in pairs(require "configs.lsp.servers") do
lspconfig[name].setup(vim.tbl_extend("force", options, conf)) end -lspconfig.sumneko_lua.setup( - require("lua-dev").setup { - lspconfig = options, - } -) +lspconfig.sumneko_lua.setup(require("lua-dev").setup { lspconfig = options })
M
lua/configs/lsp/servers.lua
@@ -29,9 +29,7 @@ },
}, jsonls = { settings = { - json = { - schemas = require("schemastore").json.schemas(), - }, + json = { schemas = require("schemastore").json.schemas() }, }, }, }
M
lua/configs/telescope.lua
@@ -13,7 +13,6 @@ "target",
"vendor", ".bin", }, - mappings = { i = { ["<esc>"] = actions.close,