mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-07 05:47:38 +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 'chrisbra/csv.vim'
|
||||
Bundle 'pangloss/vim-javascript'
|
||||
Bundle 'PreserveNoEOL'
|
||||
|
||||
" ***************************
|
||||
" Built in settings
|
||||
@ -303,6 +304,9 @@ nnoremap <leader>nf :NERDTreeFind<CR>
|
||||
nnoremap // :TComment<CR>
|
||||
vnoremap // :TCommentBlock<CR>
|
||||
|
||||
" PreserveNoEOL
|
||||
let g:PreserveNoEOL = 1
|
||||
|
||||
" CTags List
|
||||
nnoremap <silent> <F8> :TagbarToggle<CR>
|
||||
" Autofocus tagbar
|
||||
|
Loading…
Reference in New Issue
Block a user