Switched to original keyseer plugin
Modified nvimcord config
This commit is contained in:
@@ -6,7 +6,7 @@ end
|
|||||||
nvimcord.setup {
|
nvimcord.setup {
|
||||||
autostart = false,
|
autostart = false,
|
||||||
client_id = '954365489214291979',
|
client_id = '954365489214291979',
|
||||||
large_file_icon = true,
|
large_file_icon = false,
|
||||||
log_level = vim.log.levels.DEBUG,
|
log_level = vim.log.levels.DEBUG,
|
||||||
workspace_name = function()
|
workspace_name = function()
|
||||||
return vim.cmd [[pwd]]
|
return vim.cmd [[pwd]]
|
||||||
|
|||||||
@@ -139,8 +139,7 @@ return packer.startup({
|
|||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
use("ObserverOfTime/nvimcord")
|
use("ObserverOfTime/nvimcord")
|
||||||
-- use("jokajak/keyseer.nvim")
|
use("jokajak/keyseer.nvim")
|
||||||
use("TakenMC/keyseer.nvim")
|
|
||||||
-- packer autosync
|
-- packer autosync
|
||||||
if packer_bootstrap then
|
if packer_bootstrap then
|
||||||
require("packer").sync()
|
require("packer").sync()
|
||||||
|
|||||||
Reference in New Issue
Block a user