Updated cord
This commit is contained in:
@@ -12,6 +12,14 @@ return {
|
||||
theme = "catppuccin",
|
||||
flavor = "dark",
|
||||
},
|
||||
text = {
|
||||
workspace = function(opts)
|
||||
if opts.workspace_dir == vim.env.HOME then
|
||||
return "In Home Directory"
|
||||
end
|
||||
return "In " .. opts.workspace
|
||||
end,
|
||||
},
|
||||
buttons = {
|
||||
{
|
||||
label = "Neovim",
|
||||
|
||||
Reference in New Issue
Block a user