fix neorg and add treesitter

This commit is contained in:
megit 2024-04-08 20:01:57 +08:00
parent c24150153f
commit 1e6312d181
3 changed files with 26 additions and 6 deletions

View file

@ -0,0 +1,16 @@
{
plugins = {
treesitter = {
enable = true;
incrementalSelection = {
enable = true;
keymaps = {
initSelection = "g<space><space>";
nodeIncremental = "g<space><space>";
scopeIncremental = "<c-s>";
nodeDecremental = "g<space>m";
};
};
};
};
}