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