Force has comments to retain their indentation level.
This commit is contained in:
parent
620cca995c
commit
68d3be45bb
@ -142,6 +142,9 @@ Bundle 'https://github.com/noahfrederick/Hemisu.git'
|
|||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
||||||
|
" Force hash comments to retain their indentation level.
|
||||||
|
inoremap # X#
|
||||||
|
|
||||||
" If it exists, include user's local vim config
|
" If it exists, include user's local vim config
|
||||||
if filereadable(expand("~/.vimrc.local"))
|
if filereadable(expand("~/.vimrc.local"))
|
||||||
source ~/.vimrc.local
|
source ~/.vimrc.local
|
||||||
|
Loading…
Reference in New Issue
Block a user