nvim-devdocs
nvim-devdocs copied to clipboard
Neovim DevDocs integration
Suggested in https://github.com/luckasRanarison/nvim-devdocs/pull/12#issuecomment-1676284691 It's technically done but the default keywordprg can't be overridden because it's used for LSP hover. So re implementing the `K` key functionality is necessary to achieve...
Edit: Writing the files when building the docs is done synchronously and freezes neovim for a moment. My initial thought was to create another program for managing docs but I...
It's an issue with Neovim itself, substituting them doesn't look like a good idea...