added discord + formatting + rest api + more

This commit is contained in:
devaine 2025-04-11 19:14:57 -05:00
commit f82cc2bc93
Signed by untrusted user who does not match committer: devaine
GPG key ID: 954B1DCAC6FF84EE
15 changed files with 189 additions and 70 deletions

View file

@ -0,0 +1,14 @@
return {
'vyfor/cord.nvim',
build = ':Cord update',
config = function()
require('cord').setup {
display = {
flavor = "dark"
},
text = {
workspace = ''
}
}
end
}