-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvimrc
More file actions
34 lines (27 loc) · 1.18 KB
/
vimrc
File metadata and controls
34 lines (27 loc) · 1.18 KB
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
source ~/.vim/core/options.vim
source ~/.vim/vim/plugins/plug.vim
source ~/.vim/vim/plugins/configs/asyncomplete-buffer.vim
source ~/.vim/vim/plugins/configs/asyncomplete.vim
source ~/.vim/vim/plugins/configs/catppuccin.vim
source ~/.vim/vim/plugins/configs/fzf.vim
source ~/.vim/vim/plugins/configs/git-blame.vim
source ~/.vim/vim/plugins/configs/lightline.vim
source ~/.vim/vim/plugins/configs/nerdtree.vim
source ~/.vim/vim/plugins/configs/plug.vim
source ~/.vim/vim/plugins/configs/tmux-navigator.vim
source ~/.vim/vim/plugins/configs/vim-bufkill.vim
source ~/.vim/vim/plugins/configs/vim-fugitive.vim
source ~/.vim/vim/plugins/configs/vim-highlightedyank.vim
source ~/.vim/vim/plugins/configs/vim-matchup.vim
source ~/.vim/vim/plugins/configs/vim-nerdtree-syntax-highlight.vim
source ~/.vim/vim/plugins/configs/vim-repeat.vim
source ~/.vim/vim/plugins/configs/vim-visual-multi.vim
source ~/.vim/vim/plugins/configs/vim-yankstack.vim
source ~/.vim/vim/plugins/configs/which-key.vim
source ~/.vim/vim/core/options.vim
source ~/.vim/core/keymaps.vim
source ~/.vim/vim/core/keymaps.vim
source ~/.vim/vim/core/cmds.vim
source ~/.vim/core/autocmds.vim
source ~/.vim/vim/core/autocmds.vim
" vim:ft=vim