-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimrc
More file actions
38 lines (31 loc) · 649 Bytes
/
Copy pathvimrc
File metadata and controls
38 lines (31 loc) · 649 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
29
30
31
32
33
34
35
36
37
38
syntax on
set nu
set ruler
colorscheme desert
set showmode
set go-=T
set sw=4 sts=4 et
set lines=48
set gcr=n:blinkon0
:set guioptions-=T
se nu
set guifont=Monospace\ 8
nmap <F8> :TagbarToggle<CR>
:set smartindent
:set paste
" The width of a TAB is set to 4.
" Still it is a \t. It is just that
" Vim will interpret it to be having
" a width of 4.
:set tabstop=4
" Indents will have a width of 4
:set shiftwidth=4
" Sets the number of columns for a TAB
set softtabstop=4
" Expand TABs to spaces
:set expandtab
filetype plugin indent on
:filetype indent on
:set filetype=html
:set smartindent
" https://github.com/matsko/.vimrc