luckasRanarison / nvim-devdocs

Neovim DevDocs integration
MIT License
265 stars 19 forks source link

Open docs by keyword in actual code #61

Open luckasRanarison opened 10 months ago

luckasRanarison commented 10 months ago

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 this.