mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Set the slrn comment string
This commit is contained in:
parent
9c22929c3a
commit
cba3133227
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ endif
|
|||
autocmd FileType help* wincmd L "help windows always open vertically
|
||||
autocmd FileType help* vertical resize 80 "set the window size to 80 cols
|
||||
autocmd FileType help* setlocal nocursorline "remove the horizontal cursor line
|
||||
autocmd FileType tmux,taskrc setlocal commentstring=#\ %s "remove the horizontal cursor line
|
||||
autocmd FileType tmux,taskrc setlocal commentstring=#\ %s "set the comment string to #
|
||||
autocmd FileType slrnrc setlocal commentstring=%%\ %s "set the comment string to %
|
||||
autocmd BufEnter,FileType taskreport,qf,help* setlocal nowrap nocursorcolumn "disable text wrapping and the vertical cursor line
|
||||
autocmd BufEnter,FileType extradite setlocal number "enable line numbers in extradite
|
||||
|
||||
|
|
Loading…
Reference in a new issue