-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimrc
More file actions
28 lines (22 loc) · 631 Bytes
/
Copy pathvimrc
File metadata and controls
28 lines (22 loc) · 631 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
" Name : vimrc : for final_vim
" Author: Guo Shaoguang <shaoguangleo@163.com>
" Source: https://github.com/shaoguangleo/final_vim
"
"
" Enjoy.
"
" Here for Vundle vim
" source ~/.vim/bundle.vim
source ~/.final_vim/vimrc_general.vim
" Import the plugins
source ~/.final_vim/plugins.vim
source ~/.final_vim/plugins_setting.vim
" Here for pythoner
" source ~/.final_vim/python.vim
" Adding the title when create a new file
source ~/.final_vim/new_title.vim
" Setting the color schme
set runtimepath+=~/.final_vim
set runtimepath+=~/.final_vim/vim-plugins
set runtimepath+=~/.final_vim/bundle
colorscheme Tomorrow-Night-Bright