Add comment symbols for r filetypes, remove rmd for now

This commit is contained in:
Mathieu Laparie 2021-01-21 15:35:35 +01:00
parent b74dfa1e74
commit 0a978865f4

View File

@ -115,7 +115,7 @@ hook global BufSetOption filetype=python %{
set-option buffer comment_block_end "'''"
}
hook global BufSetOption filetype=(r|rmd) %{
hook global BufSetOption filetype=r %{
set-option buffer comment_line '#'
}