-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathvimrc.preload
36 lines (25 loc) · 908 Bytes
/
vimrc.preload
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
"*********************************************************************
" vimrc.preload
"*********************************************************************
"set nobackup
"set nowritebackup
"set noswapfile
"let g:auto_save = 1
"let g:custom_leader = ','
"let g:custom_localleader = ','
"let g:custom_background = 'light'
"let g:custom_colorscheme = 'gruvbox'
"let g:custom_colorcolumn = 80
"let g:custom_guifont = 'Monaco:h13'
"let g:custom_powerline_fonts = 0
"let g:custom_plugins = [
" \ ['NLKNguyen/papercolor-theme'],
" \ ]
"let g:custom_disabled_plugins = [
" \ 'sneak',
" \ 'go',
" \ ]
"let g:custom_completion_plugin = 'youcompleteme'
"let g:custom_lint_plugin = 'ale'
"let g:custom_ycm_install_options = '--clangd-completer --go-completer --java-completer --rust-completer --ts-completer'
"let g:custom_search_engine = 'https://www.google.com/search?q=%s'