AutoYADM commit: 2025-01-25 01:00:03
This commit is contained in:
parent
ea2f272a97
commit
dad42a7b34
2 changed files with 7 additions and 0 deletions
6
.config/nvim/lua/plugins/cord.lua
Normal file
6
.config/nvim/lua/plugins/cord.lua
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
"vyfor/cord.nvim",
|
||||||
|
branch = "client-server",
|
||||||
|
build = ":Cord update",
|
||||||
|
-- opts = {}
|
||||||
|
}
|
|
@ -8,6 +8,7 @@ end
|
||||||
return {
|
return {
|
||||||
"jiriks74/presence.nvim",
|
"jiriks74/presence.nvim",
|
||||||
event = "UIEnter",
|
event = "UIEnter",
|
||||||
|
enabled = false,
|
||||||
pin = true,
|
pin = true,
|
||||||
opts = {
|
opts = {
|
||||||
-- show_time = false,
|
-- show_time = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue