dot_vim
This commit is contained in:
parent
f0510126ba
commit
7a7c647c22
212 changed files with 30625 additions and 30625 deletions
1
dot_vim/after/ftplugin/go.vim
Normal file
1
dot_vim/after/ftplugin/go.vim
Normal file
|
|
@ -0,0 +1 @@
|
|||
setlocal tabstop=2 shiftwidth=2 nolist
|
||||
2
dot_vim/after/ftplugin/haskell.vim
Normal file
2
dot_vim/after/ftplugin/haskell.vim
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
setlocal omnifunc=necoghc#omnifunc
|
||||
let g:ycm_key_invoke_completion = '<Leader><TAB>'
|
||||
3
dot_vim/after/ftplugin/qf.vim
Normal file
3
dot_vim/after/ftplugin/qf.vim
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
nmap <buffer> { <Plug>(qf_previous_file)
|
||||
nmap <buffer> } <Plug>(qf_next_file)
|
||||
nmap <buffer> dd <cmd>.Reject<cr>
|
||||
Loading…
Add table
Add a link
Reference in a new issue