Updated cord
This commit is contained in:
@@ -12,6 +12,14 @@ return {
|
|||||||
theme = "catppuccin",
|
theme = "catppuccin",
|
||||||
flavor = "dark",
|
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 = {
|
buttons = {
|
||||||
{
|
{
|
||||||
label = "Neovim",
|
label = "Neovim",
|
||||||
|
|||||||
Reference in New Issue
Block a user