fix(config): new config, it's been a while
This commit is contained in:
commit
1fe92c532b
11 changed files with 385 additions and 0 deletions
16
lua/plugins/discord.lua
Normal file
16
lua/plugins/discord.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-- Just Discord Rich Presence for Neovim, neat huh?
|
||||
return {
|
||||
"vyfor/cord.nvim",
|
||||
build = ":Cord update",
|
||||
config = function()
|
||||
require("cord").setup({
|
||||
display = {
|
||||
flavor = "dark",
|
||||
},
|
||||
text = {
|
||||
default = "programming most likely",
|
||||
workspace = "",
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue