From d873bc066723001de25d7089f44c642eebe92c3a Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 23 Jun 2024 15:14:10 +0200 Subject: [PATCH 1/2] plugins/orgmode: remove deprecated ts setup call --- modules/plugins/notes/orgmode/config.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/plugins/notes/orgmode/config.nix b/modules/plugins/notes/orgmode/config.nix index 19be11d..d8c4906 100644 --- a/modules/plugins/notes/orgmode/config.nix +++ b/modules/plugins/notes/orgmode/config.nix @@ -22,9 +22,6 @@ in { }; luaConfigRC.orgmode = entryAnywhere '' - -- Load custom treesitter grammar for org filetype - require('orgmode').setup_ts_grammar() - -- Treesitter configuration require('nvim-treesitter.configs').setup { From abdcb62941d19dfec2865b7eb1e72f960272109a Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Sun, 23 Jun 2024 19:02:40 +0200 Subject: [PATCH 2/2] flake: bump nixpkgs input --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 7197962..dc71af0 100644 --- a/flake.lock +++ b/flake.lock @@ -114,11 +114,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1718983919, - "narHash": "sha256-+1xgeIow4gJeiwo4ETvMRvWoircnvb0JOt7NS9kUhoM=", + "lastModified": 1719082008, + "narHash": "sha256-jHJSUH619zBQ6WdC21fFAlDxHErKVDJ5fpN0Hgx4sjs=", "owner": "nixos", "repo": "nixpkgs", - "rev": "90338afd6177fc683a04d934199d693708c85a3b", + "rev": "9693852a2070b398ee123a329e68f0dab5526681", "type": "github" }, "original": {