Compare commits

..

No commits in common. "2759b9caae4f078b3e86fc697c56490a5a72d7ef" and "f66c40b687996cba36d3b20996948b9b2f138196" have entirely different histories.

2 changed files with 6 additions and 3 deletions

View file

@ -114,11 +114,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1719082008,
"narHash": "sha256-jHJSUH619zBQ6WdC21fFAlDxHErKVDJ5fpN0Hgx4sjs=",
"lastModified": 1718983919,
"narHash": "sha256-+1xgeIow4gJeiwo4ETvMRvWoircnvb0JOt7NS9kUhoM=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "9693852a2070b398ee123a329e68f0dab5526681",
"rev": "90338afd6177fc683a04d934199d693708c85a3b",
"type": "github"
},
"original": {

View file

@ -22,6 +22,9 @@ in {
};
luaConfigRC.orgmode = entryAnywhere ''
-- Load custom treesitter grammar for org filetype
require('orgmode').setup_ts_grammar()
-- Treesitter configuration
require('nvim-treesitter.configs').setup {