feat(nvim): lazy load coq-nvim
parent
885a4e8e3b
commit
33532b1bf6
|
@ -236,7 +236,7 @@ with builtins;
|
|||
}
|
||||
{
|
||||
plugin = coq_nvim;
|
||||
lazy = false;
|
||||
event = [ "BufReadPost" "BufNewFile" ];
|
||||
init = builtins.readFile ./coq-nvim.lua;
|
||||
dependencies = [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue