Updated nvimcord
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
--- @type LazyPluginSpec
|
||||
return {
|
||||
"ObserverOfTime/nvimcord",
|
||||
cmd = "NvimcordUpdate",
|
||||
event = { "BufReadPre", "BufNewFile" },
|
||||
enabled = false,
|
||||
config = function()
|
||||
local nvimcord = require("nvimcord")
|
||||
|
||||
nvimcord.setup({
|
||||
autostart = false,
|
||||
client_id = "954365489214291979",
|
||||
autostart = true,
|
||||
client_id = "793271441293967371",
|
||||
large_file_icon = false,
|
||||
log_level = vim.log.levels.DEBUG,
|
||||
workspace_name = function()
|
||||
|
||||
Reference in New Issue
Block a user