-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.vim
More file actions
37 lines (33 loc) · 691 Bytes
/
init.vim
File metadata and controls
37 lines (33 loc) · 691 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
set noerrorbells
set mouse=a
set guicursor=
set tabstop=4 softtabstop=4
set shiftwidth=4
set expandtab
set smartindent
set relativenumber nu
set nowrap
set smartcase
set noswapfile
set nobackup
set undodir=~/.vim/undodir
set undofile
set incsearch
set nohlsearch
set hidden
set history=3333
set termguicolors
set scrolloff=7
set completeopt=menuone,noinsert,noselect
set colorcolumn=130
set signcolumn=yes
set cmdheight=1
set updatetime=200
set shortmess+=c
set splitright
set splitbelow
highlight ColorColumn ctermbg=0 guibg=lightgrey
colorscheme gruvbox
highlight Normal guibg=NONE
highlight OverLength ctermbg=NONE ctermfg=NONE guibg=#000000 guifg=#ADFF2F
match OverLength /\%130v.\+