1
Fork 0

nvim: Remove cord.nvim

This commit is contained in:
caem 2024-12-25 18:23:47 +01:00
parent 2b5d8f5f27
commit ed1cc05f00
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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
}