Supertab
This commit is contained in:
parent
8c5fce3fa3
commit
ae2828a9fc
1 changed files with 2 additions and 0 deletions
|
|
@ -3,12 +3,14 @@ call plug#begin('~/.vim/plugged')
|
||||||
Plug 'https://github.com/scrooloose/nerdtree.git'
|
Plug 'https://github.com/scrooloose/nerdtree.git'
|
||||||
Plug 'https://github.com/powerline/fonts'
|
Plug 'https://github.com/powerline/fonts'
|
||||||
Plug 'https://github.com/tpope/vim-fugitive'
|
Plug 'https://github.com/tpope/vim-fugitive'
|
||||||
|
Plug 'https://github.com/ervandew/supertab'
|
||||||
|
|
||||||
"Indent automiatically depending on filetype
|
"Indent automiatically depending on filetype
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
set autoindent
|
set autoindent
|
||||||
filetype indent on
|
filetype indent on
|
||||||
|
|
||||||
|
|
||||||
"Fix different locale settings when ssh'ing
|
"Fix different locale settings when ssh'ing
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue