-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimrc
More file actions
31 lines (21 loc) · 731 Bytes
/
vimrc
File metadata and controls
31 lines (21 loc) · 731 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
scriptencoding utf-8
set encoding=utf-8
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" GENERAL
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Word line wrapping
set wrap lbr
" 5 lines of content
set so=5
" No delay on escape key
set timeoutlen=1000 ttimeoutlen=0
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" APPEARANCE
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Enable syntax highlighting
syntax enable
" Set invisible characters symbols
set listchars=tab:▸\ ,eol:¬,space:·
" Highlight of invisible characters
highlight NonText ctermfg=11
highlight SpecialKey ctermfg=11