mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-03-09 18:26:00 +00:00
Compare commits
No commits in common. "25aafc84f57973ed7f17528b60490a99ee539163" and "cb920c59406baf0b6f0b236af06bf375762b9dbe" have entirely different histories.
25aafc84f5
...
cb920c5940
1 changed files with 3 additions and 5 deletions
|
|
@ -5,9 +5,9 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib.modules) mkRenamedOptionModule;
|
||||
inherit (lib.options) mkEnableOption mkOption mkPackageOption;
|
||||
inherit (lib.options) mkEnableOption mkOption;
|
||||
inherit (lib.types) str listOf;
|
||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||
inherit (lib.nvim.types) mkGrammarOption mkPluginSetupOption;
|
||||
in {
|
||||
imports = [
|
||||
(mkRenamedOptionModule ["vim" "notes" "orgmode" "orgAgendaFiles"] ["vim" "notes" "orgmode" "setupOpts" "org_agenda_files"])
|
||||
|
|
@ -33,9 +33,7 @@ in {
|
|||
|
||||
treesitter = {
|
||||
enable = mkEnableOption "Orgmode treesitter" // {default = config.vim.languages.enableTreesitter;};
|
||||
orgPackage = mkPackageOption pkgs ["org-nvim treesitter"] {
|
||||
default = ["tree-sitter-grammars" "tree-sitter-org-nvim"];
|
||||
};
|
||||
orgPackage = mkGrammarOption pkgs "org";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue