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 = { 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",

View File

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