Made a lazy config folder
This commit is contained in:
17
lua/taken/plugins/lazy/nvimcord.lua
Normal file
17
lua/taken/plugins/lazy/nvimcord.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
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,
|
||||
}
|
||||
Reference in New Issue
Block a user