-
-
Notifications
You must be signed in to change notification settings - Fork 107
Neorg not working - Doom is using unstable norg treesitter #110
Comments
Hey, we are using the main norg treesitter branch. It seems to be a compiling issue, do you have the latest Doom Nvim version? Both branches, main (v3.1.1) and develop (v3.2.0-beta1) has the correct setup for the latest norg treesitter parser changes. Regards |
i had the same error on mac, which got fixed using this nvim-neorg/neorg#74 (comment) |
@molleweide you need to do this brew install gcc
ln -s /usr/local/Cellar/gcc/11.2.0/bin/gcc-11 /usr/local/bin/gcc |
treesitter/highlighter: Error executing lua: /usr/share/nvim/runtime/lua/vim/treesitter/query.lua:161: query: invalid node type at position 7323 I get this in devel branch setting of doom-nvim. I tried both unstable and main branch of neorg but the error occurs.
|
Hi, is your neorg up-to-date locally? |
Yep latest (well reinstalled from fresh for init.lua hacking.). |
And also keybinds for neorg are not working. Could not figure out how to set them correctly |
Hmm right, I think I know what the issue is, gimme a moment |
No problem now. Please close this. |
You are awesome, thx 😊 |
* upstream/main: (76 commits) fix: update toggleterm plugin name in built-in runner and compiler plugins chore: format source code feat: Lsp Popup Borders chore: format source code chore(nvim-tree): Update nvim-tree lsp_diagnostics config fix(doom_config): fix example for custom options fix(dapui): open_on_start deprecated Updated file path for keybindings config file docs(README): add Discord server badge fix(modules): use `0.5-compat` treesitter branch in Neovim 0.5 docs: update contributing.md release: `v3.1.2`, see release notes chore: format source code Removed install_servers from doom core Fixed missing dependency Install servers from within doom-lspinstall.lua fix(modules): correct usage of config property refact(modules): use `,o` as neorg leader instead of `<leader>o`, see doom-neovim#110 fix(modules): proper conditional for nvim-tree lsp fix(ci): remove unused variable in nvim-tree setup ...
in reference to this: nvim-neorg/tree-sitter-norg#10
Is doom suppose to use the unstable norg treesitter branch?
I am asking because I have no idea myself but I noticed this when trying to problem solve
so I thought I'd ask.
The text was updated successfully, but these errors were encountered: