nvim: Use new fancy built-in diagnostics
This commit is contained in:
parent
7a40103f75
commit
8f1ef592cd
3 changed files with 32 additions and 44 deletions
home/common/nvim
|
@ -121,29 +121,6 @@ in
|
|||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = pkgs.vimUtils.buildVimPlugin {
|
||||
name = "diagflow";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "dgagn";
|
||||
repo = "diagflow.nvim";
|
||||
rev = "fc09d55d2e60edc8ed8f9939ba97b7b7e6488c99";
|
||||
hash = "sha256-2WNuaIEXcAgUl2Kb/cCHEOrtehw9alaoM96qb4MLArw=";
|
||||
};
|
||||
};
|
||||
type = "lua";
|
||||
config = ''
|
||||
require('diagflow').setup {
|
||||
scope = "line",
|
||||
gap_size = 0,
|
||||
max_width = 50,
|
||||
max_height = 20,
|
||||
show_borders = true,
|
||||
toggle_event = { "InsertEnter", "InsertLeave" },
|
||||
}
|
||||
'';
|
||||
}
|
||||
|
||||
{
|
||||
plugin = pkgs.vimUtils.buildVimPlugin {
|
||||
name = "dieter-nvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue