nvim: oh cool, I don't need the '\\ '

This commit is contained in:
PowerUser64 2022-04-11 05:41:50 -07:00
parent fa57b1f69b
commit 83acbc6ad9

View file

@ -104,7 +104,7 @@ vim.cmd 'let g:markdown_fenced_languages = [ "bash=sh", "javascript", "cpp=cpp",
--- autocmd's --- --- autocmd's ---
-- Set comment strings -- Set comment strings
vim.cmd 'autocmd FileType crontab set commentstring=#\\ %s' vim.cmd 'autocmd FileType crontab set commentstring=#%s'
-- vim.cmd 'autocmd FileType rmd set commentstring=<!--\\ %s\\ -->' -- vim.cmd 'autocmd FileType rmd set commentstring=<!--\\ %s\\ -->'
-- Automatically jump to the last position in a file when opening -- Automatically jump to the last position in a file when opening