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