Verified Commit ced135fb authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add vim YAML plugin

parent 18a03462
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
+5 −0
Original line number Diff line number Diff line
@@ -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, ...)