1
Fork 0

nvim: Add cord.nvim

This commit is contained in:
caem 2024-09-28 21:05:55 +02:00
parent 4ce70b2458
commit b58b1ffcac
Signed by: caem
GPG key ID: 69A830D03203405F
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,20 @@
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
}

View file

@ -32,6 +32,7 @@
fd
texlab
haskell-language-server
rustc
];
};