Closed wincent closed 2 years ago
It's been years since last update and couldn't install this easily on new machine, as described here:
git clone ... cd docvim brew install stack # didn't have stack on this machine stack build # build fails stack install docvim # install fails cabal install docvim # install fails cabal v2-build # victory!
After that I could do the actual doc-gen with:
./dist-newstyle/build/x86_64-osx/ghc-8.4.4/docvim-0.3.2.1/x/docvim/build/docvim/docvim \ -c ~/code/pinnacle \ -v \ ~/code/pinnacle/doc/pinnacle.txt \ ~/code/pinnacle/README.md
Of course, I am way out of touch with how all this works... 🤦♂️
I hereby declare bankrupty. The rust branch (#42) is our only hope. Especially, because I have no interesting in maintaining Vimscript plug-ins any more... everything is going towards Lua now.
rust
It's been years since last update and couldn't install this easily on new machine, as described here:
After that I could do the actual doc-gen with:
Of course, I am way out of touch with how all this works... 🤦♂️