1
0
Fork 0

remove nvim-ghost

remove nvim-ghost
This commit is contained in:
Luca Bilke 2023-02-22 15:33:38 +01:00
parent 7311f87e02
commit 2ab6cfd6ef
2 changed files with 5 additions and 5 deletions

View File

@ -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",

View File

@ -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()