diff --git a/.vim/bundle/YouCompleteMe b/.vim/bundle/YouCompleteMe index ccc06c2..113787c 160000 --- a/.vim/bundle/YouCompleteMe +++ b/.vim/bundle/YouCompleteMe @@ -1 +1 @@ -Subproject commit ccc06c2c423e7ee7008f7439ff99c604d474cec1 +Subproject commit 113787cc2038328254b91d046145aeec2644a7b9 diff --git a/.vim/bundle/ale b/.vim/bundle/ale index 0fcd5e7..d1fc084 160000 --- a/.vim/bundle/ale +++ b/.vim/bundle/ale @@ -1 +1 @@ -Subproject commit 0fcd5e79a9be71027df6d7e77034d530fa9bf959 +Subproject commit d1fc084b2d3af6dd9807a01a6ca7822af6c2a78f diff --git a/.vim/bundle/ctrlp.vim b/.vim/bundle/ctrlp.vim index e953ee7..0b0a9ae 160000 --- a/.vim/bundle/ctrlp.vim +++ b/.vim/bundle/ctrlp.vim @@ -1 +1 @@ -Subproject commit e953ee7a80dc96cd00c20ed6fe82e0e817d977ff +Subproject commit 0b0a9aeabab996e2fac655d859e3a4145245a9c6 diff --git a/.vim/bundle/vim-airline b/.vim/bundle/vim-airline index 72888d8..fa5910e 160000 --- a/.vim/bundle/vim-airline +++ b/.vim/bundle/vim-airline @@ -1 +1 @@ -Subproject commit 72888d87ea57761f21c9f67cd0c0faa5904795eb +Subproject commit fa5910eb148fd0702083bf4854d5811188c87774 diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive index bb46630..552baf9 160000 --- a/.vim/bundle/vim-fugitive +++ b/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit bb466308282c3d3ef9007ecceb45db931f606ae7 +Subproject commit 552baf98b31c5f07eefdab5a67a20767c5b94547 diff --git a/.vim/bundle/vim-go b/.vim/bundle/vim-go index 8342cd4..a61545f 160000 --- a/.vim/bundle/vim-go +++ b/.vim/bundle/vim-go @@ -1 +1 @@ -Subproject commit 8342cd4ffdadccfc30284088560939f4c1ab2789 +Subproject commit a61545f09cad6df2e7a4918cbd6981811f612ae9 diff --git a/.vim/bundle/vim-markdown b/.vim/bundle/vim-markdown index efba8a8..be5e60f 160000 --- a/.vim/bundle/vim-markdown +++ b/.vim/bundle/vim-markdown @@ -1 +1 @@ -Subproject commit efba8a8508c107b809bca5293c2aad7d3ff5283b +Subproject commit be5e60fa2d85fec3b585411844846678a775a5d3 diff --git a/.vim/bundle/vim-unimpaired b/.vim/bundle/vim-unimpaired index b3f0f75..5694455 160000 --- a/.vim/bundle/vim-unimpaired +++ b/.vim/bundle/vim-unimpaired @@ -1 +1 @@ -Subproject commit b3f0f752d7563d24753b23698d073632267af3d1 +Subproject commit 5694455d72229e73ff333bfe5196cc7193dca5e7 diff --git a/.vim/bundle/vimtex b/.vim/bundle/vimtex index cf6ac50..03840a2 160000 --- a/.vim/bundle/vimtex +++ b/.vim/bundle/vimtex @@ -1 +1 @@ -Subproject commit cf6ac500f45d7cce4a52d6bdb4ecbec811922fbc +Subproject commit 03840a26ce31b644cc8c5a47c3162180a31e3eb7 diff --git a/.vim/keymaps.vim b/.vim/keymaps.vim index e8c4549..24a3c31 100644 --- a/.vim/keymaps.vim +++ b/.vim/keymaps.vim @@ -56,6 +56,10 @@ auto FileType go nmap b (go-build) auto FileType go nmap c (go-coverage) auto FileType go nmap r (go-run) auto FileType go nmap t (go-test) +auto FileType go nmap :GoDebugStart +auto FileType go nmap :GoDebugBreakpoint +auto FileType go nmap :GoDebugStepOut +auto FileType go nmap :GoDebugStop " vim-fswitch noremap fs :FSHere diff --git a/.vim/options.vim b/.vim/options.vim index d3864e7..ff67af7 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -19,7 +19,6 @@ set ignorecase set incsearch set laststatus=2 set linebreak -set mouse= set mousemodel=popup set nobackup set nofoldenable