nvim: Remove cord.nvim
This commit is contained in:
parent
2b5d8f5f27
commit
ed1cc05f00
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
return {
|
|
||||||
"vyfor/cord.nvim",
|
|
||||||
build = "./build || .\\build",
|
|
||||||
event = "VeryLazy",
|
|
||||||
config = function()
|
|
||||||
require"cord".setup {
|
|
||||||
editor = {
|
|
||||||
tooltip = "I will escape this meat prison one day.",
|
|
||||||
},
|
|
||||||
display = {
|
|
||||||
show_repository = false,
|
|
||||||
show_cursor_position = true,
|
|
||||||
},
|
|
||||||
lsp = {
|
|
||||||
show_problem_count = true,
|
|
||||||
severity = 2,
|
|
||||||
},
|
|
||||||
}
|
|
||||||
end
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue