-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vimrc
More file actions
28 lines (26 loc) · 724 Bytes
/
Copy path.vimrc
File metadata and controls
28 lines (26 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
"python from powerline.vim import setup as powerline_setup
"python powerline_setup()
"python del powerline_setup
execute pathogen#infect()
syntax on
filetype plugin indent on
let base16colorspace=256
set background=dark
colorscheme base16-ocean
map <C-n> :NERDTreeToggle<CR>
map <C-s> :w<CR>
map <C-w> :q<CR>
map <C-t> :tabnew<CR>
" Custom fonts
set guifont=Inconsolata\ 10,FontAwesome\ 10,Inconsolata\ For\ Powerline\ 10
set guioptions=aegimLt
set shiftwidth=4
set softtabstop=4
set tabstop=4
set number
set guioptions-=m "remove menu bar
set guioptions-=T "remove toolbar
set guioptions-=r "remove right-hand scroll bar
set guioptions-=L "remove left-hand scroll bar
set laststatus=2
let g:airline_powerline_fonts=1