nvim: oh cool, I don't need the '\\ '
This commit is contained in:
parent
fa57b1f69b
commit
83acbc6ad9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue