luckasRanarison / nvim-devdocs

Neovim DevDocs integration
MIT License
265 stars 19 forks source link

Implement after_open callback #34

Closed tlindsay closed 1 year ago

tlindsay commented 1 year ago

I wanted to be able to set custom keymaps within the context of the Devdocs window, so I added an after_open callback function to expose the bufnr. Feedback is welcome and I'm happy to make any changes if you have an issue with my implementation. Thanks!

luckasRanarison commented 1 year ago

Really interesting, I really like the idea and I think everything is good. Thanks for the PR :)