Skip to content

Commit

Permalink
Fix typo in README (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedukun authored Jan 4, 2022
1 parent 1004124 commit f670649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ autocmd!
autocmd BufEnter *.cpp,*.h :lua vim.api.nvim_buf_set_option(0, "commentstring", "// %s")
" when you've changed the name of a file opened in a buffer, the file type may have changed
autocmd BufFilePost *.cpp,*.h :lua vim.api.nvim_buf_set_option(0, "commentstring", "// %s")
auground END
augroup END
```

Or add the comment string option in the relevant `filetype` file:
Expand Down

0 comments on commit f670649

Please sign in to comment.