Skip to content

Commit

Permalink
plugins/treesitter: add norg-meta package
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Sep 30, 2024
1 parent ae3d016 commit 8aeb4a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/khanelivim/plugins/treesitter.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{ config, pkgs, ... }:
{
extraPlugins = [ pkgs.khanelivim.treesitter-fsharp ];
extraPlugins = [
pkgs.khanelivim.tree-sitter-fsharp
pkgs.khanelivim.tree-sitter-norg-meta
];

plugins = {
treesitter = {
Expand All @@ -9,6 +12,7 @@
folding = true;
grammarPackages = config.plugins.treesitter.package.passthru.allGrammars ++ [
pkgs.khanelivim.tree-sitter-fsharp
pkgs.khanelivim.tree-sitter-norg-meta
];
nixvimInjections = true;

Expand Down

0 comments on commit 8aeb4a4

Please sign in to comment.