mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
nixvimConfigs/fiesta: update Neorg Nix settings
This commit is contained in:
parent
4b34669e39
commit
8e5e8d3b25
@ -5,7 +5,7 @@
|
||||
plugins.neorg.enable = true;
|
||||
|
||||
# Set it up, set it up, set it up.
|
||||
plugins.neorg.extraOptions = {
|
||||
plugins.neorg.settings = {
|
||||
lazy_loading = true;
|
||||
|
||||
load = lib.mkMerge [
|
||||
@ -57,7 +57,7 @@
|
||||
]
|
||||
# Install the tree-sitter parsers required for the core.defaults Neorg
|
||||
# module.
|
||||
++ lib.optionals (config.plugins.neorg.extraOptions ? load."core.defaults")
|
||||
++ lib.optionals (config.plugins.neorg.settings ? load."core.defaults")
|
||||
(with pkgs.tree-sitter-grammars; [
|
||||
tree-sitter-norg
|
||||
tree-sitter-norg-meta
|
||||
|
@ -13,7 +13,7 @@ in
|
||||
plugins.neorg.enable = true;
|
||||
|
||||
# Set it up, set it up.
|
||||
plugins.neorg.extraOptions = {
|
||||
plugins.neorg.settings = {
|
||||
lazy_loading = true;
|
||||
|
||||
# The basic bare essentials.
|
||||
@ -26,7 +26,7 @@ in
|
||||
# Install the tree-sitter parsers.
|
||||
plugins.treesitter.grammarPackages =
|
||||
lib.mkIf
|
||||
(config.plugins.neorg.extraOptions ? load."core.defaults")
|
||||
(config.plugins.neorg.settings ? load."core.defaults")
|
||||
(with pkgs.tree-sitter-grammars; [
|
||||
tree-sitter-norg
|
||||
tree-sitter-norg-meta
|
||||
|
Loading…
Reference in New Issue
Block a user