Loading .gitmodules +3 −0 Original line number Diff line number Diff line Loading @@ -83,3 +83,6 @@ [submodule ".vim/bundle/editorconfig-vim"] path = .vim/bundle/editorconfig-vim url = https://github.com/editorconfig/editorconfig-vim.git [submodule ".vim/bundle/vim-yaml"] path = .vim/bundle/vim-yaml url = https://github.com/stephpy/vim-yaml.git .vimrc +5 −0 Original line number Diff line number Diff line Loading @@ -173,6 +173,11 @@ nmap <silent> <Leader>h :set hlsearch!<CR> nmap <silent> th :set hlsearch!<CR> " === MISC PLUGIN SETTINGS === " YAML let g:yaml_limit_spell = 1 " === GREPPING === function! s:greprep(string, ...) Loading Loading
.gitmodules +3 −0 Original line number Diff line number Diff line Loading @@ -83,3 +83,6 @@ [submodule ".vim/bundle/editorconfig-vim"] path = .vim/bundle/editorconfig-vim url = https://github.com/editorconfig/editorconfig-vim.git [submodule ".vim/bundle/vim-yaml"] path = .vim/bundle/vim-yaml url = https://github.com/stephpy/vim-yaml.git
.vimrc +5 −0 Original line number Diff line number Diff line Loading @@ -173,6 +173,11 @@ nmap <silent> <Leader>h :set hlsearch!<CR> nmap <silent> th :set hlsearch!<CR> " === MISC PLUGIN SETTINGS === " YAML let g:yaml_limit_spell = 1 " === GREPPING === function! s:greprep(string, ...) Loading