parent
7311f87e02
commit
2ab6cfd6ef
|
@ -61,7 +61,7 @@ local wkmaps = {
|
|||
u = {
|
||||
name = "Utility",
|
||||
c = { "<cmd>w!<CR><cmd>!compiler \"%:p\"<CR>", "Compile" },
|
||||
g = { "<cmd>PackerLoad nvim-ghost.nvim<CR>", "Start ghost server" },
|
||||
-- g = { function() require('packer').loader("nvim-ghost.nvim") end, "Start ghost server" },
|
||||
},
|
||||
l = {
|
||||
name = "LSP",
|
||||
|
|
|
@ -197,10 +197,10 @@ local plugins = {
|
|||
require('plugins.config.project')
|
||||
end,
|
||||
},
|
||||
{ "subnut/nvim-ghost.nvim",
|
||||
opt = true,
|
||||
run = ":call nvim_ghost#installer#install()",
|
||||
},
|
||||
-- { "subnut/nvim-ghost.nvim",
|
||||
-- opt = true,
|
||||
-- run = ":call nvim_ghost#installer#install()",
|
||||
-- },
|
||||
{ "lmburns/lf.nvim",
|
||||
opt = true,
|
||||
config = function()
|
||||
|
|
Loading…
Reference in New Issue