joshuadanpeterson / typewriter.nvim

A Neovim plugin that emulates a typewriter, keeping the cursor centered on the screen for a focused writing experience.
MIT License
23 stars 0 forks source link

Docs are missing #7

Closed Rasmus-Bertell closed 1 month ago

Rasmus-Bertell commented 2 months ago

Tried to run :help typewriter but got an error E429: File "/home/rasmus/.local/share/nvim/lazy/typewriter/doc/typewriter.txt" does not exist. Looked in the repo and there seems to be only tags-file in the docs folder.

joshuadanpeterson commented 1 month ago

I used mini.doc to create the help docs but it didn't render properly. I'll have to fix that this weekend.

joshuadanpeterson commented 1 month ago

@Rasmus-Bertell Turns out I had all .txt files listed in my .gitignore so the typewriter.txt file didn't upload to GitHub. I fixed that and regenerated the tags to ensure that :help typewriter works properly. Should be fixed now.