mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-15 15:07:48 +00:00
PDF Viewer framework bug fixes and integrated functionallity into texlab lsp implementation
This commit is contained in:
parent
ac062b2386
commit
892f3d6336
4 changed files with 42 additions and 38 deletions
|
|
@ -32,11 +32,11 @@ in (
|
|||
|
||||
args = mkOption {
|
||||
type = listOf str;
|
||||
default = [ "--unique" "file:%p#src:%l%f" ];
|
||||
default = ["--unique" "file:%p#src:%l%f"];
|
||||
description = "Arguments to pass to the viewer.";
|
||||
};
|
||||
};
|
||||
|
||||
args = viewerCfg: ( viewerCfg.args );
|
||||
argsFunction = viewerCfg: (viewerCfg.args);
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue