15 lines
260 B
Lua
15 lines
260 B
Lua
return {
|
|
"vyfor/cord.nvim",
|
|
build = "./build || .\\build",
|
|
event = "VeryLazy",
|
|
opts = {
|
|
editor = {
|
|
client = "neovim",
|
|
tooltip = "The only real IDE",
|
|
},
|
|
display = {
|
|
theme = "default",
|
|
flavor = "accent",
|
|
},
|
|
},
|
|
}
|