mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-20 07:00:09 +01:00
Changed lsp enable config variable referenced
This commit is contained in:
parent
353b63b6ac
commit
4d80eeb006
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
pdfViewer = import ../pdfViewer/getEnabledPdfViewer.nix {inherit lib config;};
|
pdfViewer = import ../pdfViewer/getEnabledPdfViewer.nix {inherit lib config;};
|
||||||
in {
|
in {
|
||||||
options.vim.languages.tex.lsp.texlab = {
|
options.vim.languages.tex.lsp.texlab = {
|
||||||
enable = mkBool config.vim.languages.enableLSP ''
|
enable = mkBool config.vim.lsp.enable ''
|
||||||
Whether to enable Tex LSP support (texlab).
|
Whether to enable Tex LSP support (texlab).
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue