mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 15:35:30 +00:00
Cleanup residue from modularization
This commit is contained in:
parent
9b401be571
commit
48674a46fa
4 changed files with 27 additions and 1094 deletions
|
|
@ -1,28 +1,36 @@
|
|||
# TODO:
|
||||
# - Add Texlab LSP settings:
|
||||
# - chktex
|
||||
# - diagnosticsDelay
|
||||
# - diagnostics
|
||||
# - symbols
|
||||
# - formatterLineLength
|
||||
# - bibtexFormatter
|
||||
# - latexFormatter
|
||||
# - latexindent
|
||||
# - completion
|
||||
# - inlayHints
|
||||
# - experimental
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
inherit (lib.options) mkEnableOption mkOption;
|
||||
inherit (lib.modules) mkIf mkMerge;
|
||||
inherit (lib.options) mkOption;
|
||||
inherit (lib.modules) mkIf;
|
||||
inherit
|
||||
(lib.types)
|
||||
bool
|
||||
either
|
||||
enum
|
||||
ints
|
||||
listOf
|
||||
oneOf
|
||||
package
|
||||
str
|
||||
;
|
||||
inherit (lib.nvim.types) mkGrammarOption;
|
||||
inherit
|
||||
(builtins)
|
||||
any
|
||||
attrNames
|
||||
attrValues
|
||||
concatLists
|
||||
concatStringsSep
|
||||
elem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue