added discord + formatting + rest api + more
This commit is contained in:
parent
fd1eb6128a
commit
f82cc2bc93
15 changed files with 189 additions and 70 deletions
14
lua/core/plugins/discord.lua
Normal file
14
lua/core/plugins/discord.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
'vyfor/cord.nvim',
|
||||
build = ':Cord update',
|
||||
config = function()
|
||||
require('cord').setup {
|
||||
display = {
|
||||
flavor = "dark"
|
||||
},
|
||||
text = {
|
||||
workspace = ''
|
||||
}
|
||||
}
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue