Switched to original keyseer plugin

Modified nvimcord config
This commit is contained in:
2023-08-08 12:23:42 +02:00
parent e9d13a72a6
commit 2041ef4313
2 changed files with 2 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ end
nvimcord.setup {
autostart = false,
client_id = '954365489214291979',
large_file_icon = true,
large_file_icon = false,
log_level = vim.log.levels.DEBUG,
workspace_name = function()
return vim.cmd [[pwd]]

View File

@@ -139,8 +139,7 @@ return packer.startup({
end,
})
use("ObserverOfTime/nvimcord")
-- use("jokajak/keyseer.nvim")
use("TakenMC/keyseer.nvim")
use("jokajak/keyseer.nvim")
-- packer autosync
if packer_bootstrap then
require("packer").sync()