mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35:30 +00:00
PDF Viewer framework bug fixes and integrated functionallity into texlab lsp implementation
This commit is contained in:
parent
9524d93bd2
commit
95a0125ce0
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