-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.vimrc
More file actions
46 lines (35 loc) · 1.12 KB
/
Copy path.vimrc
File metadata and controls
46 lines (35 loc) · 1.12 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
" alternatively, pass a path where Vundle should install plugins
"call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim'
Plugin 'scrooloose/nerdtree.git'
Plugin 'vim-airline/vim-airline'
"Plugin 'othree/html5.vim'
"sudo apt install build-essential cmake vim-nox python3-dev
"sudo apt install mono-complete golang nodejs default-jdk npm
"cd ~/.vim/bundle/YouCompleteMe
"./install.py --all
Plugin 'ycm-core/YouCompleteMe'
" All of your Plugins must be added before the following line
call vundle#end() " required
filetype plugin indent on " required'
set number
set showcmd
set mouse=a
"set tabstop=1
set shiftwidth=2
set softtabstop=2
set tabstop=2
"set expandtab
"set smartindent
"set tabstop=1
autocmd Filetype html setlocal ts=2 sw=2 expandtab
"power line
set laststatus=2
"let g:airline_powerline_fonts = 1
"set guifont=Meslo\ LG\ S\ Regular\ for\ Powerline.otf