-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimrc_windows
More file actions
44 lines (37 loc) · 1.01 KB
/
vimrc_windows
File metadata and controls
44 lines (37 loc) · 1.01 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
set nocompatible
source $VIMRUNTIME/vimrc_example.vim
source $VIMRUNTIME/mswin.vim
behave mswin
set nu
set lines=57
set columns=250
set guifont=Consolas:h10:cANSI
set colorcolumn=80
:hi ColorColumn ctermbg=lightgrey guibg=lightgrey
" Run :PlugInstall after adding to this list.
call plug#begin('U:\vimfiles\plugged')
Plug 'scrooloose/nerdtree'
Plug 'altercation/vim-colors-solarized'
Plug 'SirVer/ultisnips'
Plug 'kshenoy/vim-signature'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-commentary'
Plug 'godlygeek/tabular'
Plug 'mattn/emmet-vim'
call plug#end()
set background=dark
colorscheme solarized
set tabstop=4
set shiftwidth=4
set expandtab
set softtabstop=4
let g:xml_syntax_folding=1
set scrolloff=2
set splitright
set splitbelow
" Add the 'space' character (ASCII 32) to the list of chars Vim sees as valid
" in a filename.
" set isfname+=32
" Registers get wiped on shutdown.
" It's only the <0 bit that does that, the rest are the defaults.
set viminfo='100,<0,s10,h,rA:,rB: