mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2026-01-06 20:10:12 +01:00
notes/neorg: fix formatting
This commit is contained in:
parent
28f4237e4f
commit
4e0e8206c3
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ in {
|
|||
|
||||
treesitter = {
|
||||
enable = mkEnableOption "Neorg treesitter" // {default = config.vim.languages.enableTreesitter;};
|
||||
norgPackage= mkPackageOption pkgs ["norg-meta treesitter"] {
|
||||
norgPackage = mkPackageOption pkgs ["norg-meta treesitter"] {
|
||||
default = ["tree-sitter-grammars" "tree-sitter-norg"];
|
||||
};
|
||||
norgMetaPackage = mkPackageOption pkgs ["norg-meta treesitter"] {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue