1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

csv handling, highlighting, column number in airline

This commit is contained in:
2018-01-15 09:22:16 +01:00
parent ca9074fb4c
commit ec87d10085

5
.vimrc
View File

@@ -131,6 +131,10 @@ Plugin 'tomtom/tcomment_vim'
Plugin 'leafgarland/typescript-vim'
autocmd BufNewFile,BufRead *.ts setlocal filetype=typescript
" handling column separated data (csv)
Plugin 'chrisbra/csv.vim'
autocmd BufNewFile,BufRead *.csv setlocal filetype=csv
" Automatically insert matching close bracket where it belongs
"Plugin 'seletskiy/vim-autosurround'
"inoremap ( (<C-O>:call AutoSurround(")")<CR>
@@ -311,6 +315,7 @@ Plugin 'ludovicchabant/vim-gutentags'
call vundle#end() " required
filetype plugin indent on " required
"filetype plugin on
" Enable line numbers, highlighting of current line and syntax highlighting by default
set number