Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vimrc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
vimrc
Commits
5080e696
Commit
5080e696
authored
Jan 22, 2016
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugin updates, go keybinding for debug run and test
parent
cd86ed37
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
11 additions
and
9 deletions
+11
-9
bundle/YouCompleteMe
bundle/YouCompleteMe
+1
-1
bundle/airline
bundle/airline
+1
-1
bundle/ctrlp.vim
bundle/ctrlp.vim
+1
-1
bundle/supertab
bundle/supertab
+1
-1
bundle/syntastic
bundle/syntastic
+1
-1
bundle/vim-fugitive
bundle/vim-fugitive
+1
-1
bundle/vim-go
bundle/vim-go
+1
-1
bundle/vim-markdown
bundle/vim-markdown
+1
-1
bundle/vimtex
bundle/vimtex
+1
-1
ftplugin/go.vim
ftplugin/go.vim
+2
-0
No files found.
YouCompleteMe
@
d05bf551
Subproject commit
3bed9f2570e35f152a8492c4affac1e3c7c48797
Subproject commit
d05bf551a677ac70d5b6de707a7174a97dccd4dd
airline
@
8afd72d8
Subproject commit
06f2cb5a89931284ac0a8c5a52fb8fb4420f4ebe
Subproject commit
8afd72d886f90c2f6632545691920c51920bbee0
ctrlp.vim
@
7f74368d
Subproject commit
fc1ae24b3eaa500deb6347e215ba54893b4ab319
Subproject commit
7f74368d85bb521951dd58123349ce66b947d058
supertab
@
66511772
Subproject commit
9f7da6d4988daf863ebc414f221bb12c2614f59e
Subproject commit
66511772a430a5eaad7f7d03dbb02e8f33c4a641
syntastic
@
d1a179d7
Subproject commit
91814d6723b03ea9f9437e1950d12861957d4b9a
Subproject commit
d1a179d750bd1d136d7f38e69f2c5b8439886de7
vim-fugitive
@
fd36aa9c
Subproject commit
18d6d1ab82d9ac15586d7d3c1a36f9ef6fb50eae
Subproject commit
fd36aa9c61e06d71befdbe8931f97137c489b065
vim-go
@
b82f9e10
Subproject commit
eec4e3e8a8227fe24618e114ff2e644615f51ad6
Subproject commit
b82f9e105150137061904c0f90228952144d165e
vim-markdown
@
38788ac3
Subproject commit
715fa12ff651da838e58e7f88f18d47a1e611a7d
Subproject commit
38788ac3019c624def78c2d6d7db861ea17c9fea
vimtex
@
1aedd5a7
Subproject commit
f4683e3439966c5702e5168d5ee0c910d31ab86
7
Subproject commit
1aedd5a7464c93af5af86fec2f4cfce97d5f294
7
ftplugin/go.vim
View file @
5080e696
...
...
@@ -36,3 +36,5 @@ let g:tagbar_type_go = {
nnoremap
<
buffer
>
<
leader
>
r
:
GoRun
<
cr
>
nnoremap
<
buffer
>
<
leader
>
pc
:
pc
<
cr
>
nnoremap
<
buffer
>
<
leader
>
d
:
GoRun %
--
debug
<
cr
>
nnoremap
<
buffer
>
<
leader
>
t
:
GoTest
-
v
-
cpu
=
8
<
cr
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment