mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 08:17:35 +00:00
Better EOL Detection
This commit is contained in:
parent
a15e401781
commit
93db35dbfe
@ -82,6 +82,7 @@ Bundle 'ViViDboarder/vim-abuse-the-force'
|
|||||||
Bundle 'pdurbin/vim-tsv'
|
Bundle 'pdurbin/vim-tsv'
|
||||||
"Bundle 'chrisbra/csv.vim'
|
"Bundle 'chrisbra/csv.vim'
|
||||||
Bundle 'pangloss/vim-javascript'
|
Bundle 'pangloss/vim-javascript'
|
||||||
|
Bundle 'PreserveNoEOL'
|
||||||
|
|
||||||
" ***************************
|
" ***************************
|
||||||
" Built in settings
|
" Built in settings
|
||||||
@ -303,6 +304,9 @@ nnoremap <leader>nf :NERDTreeFind<CR>
|
|||||||
nnoremap // :TComment<CR>
|
nnoremap // :TComment<CR>
|
||||||
vnoremap // :TCommentBlock<CR>
|
vnoremap // :TCommentBlock<CR>
|
||||||
|
|
||||||
|
" PreserveNoEOL
|
||||||
|
let g:PreserveNoEOL = 1
|
||||||
|
|
||||||
" CTags List
|
" CTags List
|
||||||
nnoremap <silent> <F8> :TagbarToggle<CR>
|
nnoremap <silent> <F8> :TagbarToggle<CR>
|
||||||
" Autofocus tagbar
|
" Autofocus tagbar
|
||||||
|
Loading…
Reference in New Issue
Block a user