mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-01-02 17:15:55 +00:00
Simplified pdfViewer configuration implementation
This commit is contained in:
parent
0da99e05ae
commit
0e3fc249f6
6 changed files with 178 additions and 216 deletions
|
|
@ -28,7 +28,7 @@
|
|||
builderCfg = cfg.build.builder;
|
||||
|
||||
# Get the enabled pdf viewer.
|
||||
pdfViewer = import ../pdfViewer/getEnabledPdfViewer.nix {inherit lib config;};
|
||||
pdfViewer = cfg.pdfViewer.viewers.${cfg.pdfViewer.name};
|
||||
in {
|
||||
options.vim.languages.tex.lsp.texlab = {
|
||||
enable = mkBool config.vim.lsp.enable ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue