Made a lazy config folder

This commit is contained in:
2023-08-24 13:55:47 +02:00
parent 047fad8f52
commit 6b69394c0a
6 changed files with 32 additions and 13 deletions

View File

@@ -1,17 +0,0 @@
local setup, nvimcord = pcall(require, 'nvimcord')
if not setup then
return
end
nvimcord.setup {
autostart = false,
client_id = '954365489214291979',
large_file_icon = false,
log_level = vim.log.levels.DEBUG,
workspace_name = function()
return vim.cmd [[pwd]]
end,
workspace_url = function()
return ''
end,
}