Add Makefile for build and install of org.so - #19
Conversation
|
Thanks for the PR! I'm not sure that I want to include I'm considering just grabbing the generic makefile from the tree-sitter-go repo. While that wouldn't install to a location that nvim users care about (as far as I know), it does construct a I've already started to revisit the install section, because you're right it's not really very clear. I hope my comment on your issue helps with the nvim install. |
|
The tree-sitter-go Makefile looks clean, too. If it's not overkill given the current state, use that. I understand that the install section is critical. You could of course leave it out. I will try to install this tree-sitter the next days. I just set up a new ~/.config/nvim config; Now I should be able to use vim and neovim in parallel with different configs. |
Hi, cool project. How about a Makefile to build and install org.so? This would simplify the installation section in the README a bit and only recompile if sources have changed...