neovim_0.6
ray-x 3 years ago
commit faab21a1a7

@ -1,14 +1,13 @@
return {
init = function()
local loader = nil
local packer_plugins = packer_plugins or nil -- suppress warnings
local loader = nil
local packer_plugins = packer_plugins or nil -- suppress warnings
local log = require'navigator.util'.log
-- packer only
if packer_plugins ~= nil then -- packer install
-- packer only
if packer_plugins ~= nil then -- packer install
local lazy_plugins = {
["nvim-lspconfig"] = "neovim/nvim-lspconfig",
["guihua.lua"] = "ray-x/guihua.lua"
-- ["lua-dev.nvim"] = "folke/lua-dev.nvim"
}
if _NgConfigValues.lspinstall == true then
@ -42,7 +41,7 @@ return {
require'lspconfig'[server].setup(lsp_inst_cfg)
end
end
end
end
end
end,
load = function(plugin_name, path)

Loading…
Cancel
Save