-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimrc
30 lines (23 loc) · 850 Bytes
/
vimrc
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 nocompatible " be iMproved, required
" filetype off " required
" set encoding=utf8
" set t_Co=256
" let g:python3_host_prog = '/usr/local/bin/python3'
"set spell
"setglobal spell spelllang=en_us
" filetype plugin on
" source $HOME/.config/nvim/config/init.vimrc
" source $HOME/.config/nvim/config/plugins.vimrc
" source $HOME/.config/nvim/config/keys.vimrc
" source $HOME/.config/nvim/config/settings.vimrc
" filetype plugin indent on " required
" Put these lines at the very end of your vimrc file.
" Load all plugins now.
" Plugins need to be added to runtimepath before helptags can be generated.
" packloadall
" Load all of the helptags now, after plugins have been loaded.
" All messages and errors will be ignored.
" silent! helptags
" set viewoptions-=options
set tags=tags