nvim: Add cord.nvim
This commit is contained in:
parent
4ce70b2458
commit
b58b1ffcac
2 changed files with 21 additions and 0 deletions
20
dotfiles/nvim/lua/plugins/presence.lua
Normal file
20
dotfiles/nvim/lua/plugins/presence.lua
Normal 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
|
||||||
|
}
|
|
@ -32,6 +32,7 @@
|
||||||
fd
|
fd
|
||||||
texlab
|
texlab
|
||||||
haskell-language-server
|
haskell-language-server
|
||||||
|
rustc
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue