terrortylor / nvim-comment

A comment toggler for Neovim, written in Lua
MIT License
479 stars 23 forks source link

Update autocmd instructions based on new nvim api #58

Open oneroyalace opened 1 year ago

oneroyalace commented 1 year ago

This PR updates the README with instructions for using Neovim's autocmd API to update the commentstring option for individual file types.

The PR's README updates should address questions like https://github.com/terrortylor/nvim-comment/issues/57