Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
home
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
home
Commits
381c0f29
Commit
381c0f29
authored
Aug 15, 2017
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plugin update
parent
34c40dbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
.vim/autoload/plug.vim
.vim/autoload/plug.vim
+3
-0
.vim/vimrc
.vim/vimrc
+2
-3
No files found.
.vim/autoload/plug.vim
View file @
381c0f29
...
...
@@ -121,6 +121,9 @@ function! plug#begin(...)
else
return
s:err
(
'Unable to determine plug home. Try calling plug#begin() with a path argument.'
)
endif
if
fnamemodify
(
home
,
':t'
)
==
#
'plugin'
&& fnamemodify
(
home
,
':h'
)
==
#
s:first_rtp
return
s:err
(
'Invalid plug home. '
.
home
.
' is a standard Vim runtime path and is not allowed.'
)
endif
let
g:plug_home
=
home
let
g:plugs
=
{}
...
...
.vim/vimrc
View file @
381c0f29
...
...
@@ -144,9 +144,8 @@ if executable('cmake')
endif
if executable('go')
Plug 'fatih/vim-go', {'for': 'go'}
"Plug 'Shougo/neocomplete.vim', {'for': 'go'}
"Plug 'Shougo/vimproc.vim', {'do': 'make'}
"Plug 'Shougo/echodoc.vim'
Plug 'Shougo/neocomplete.vim', {'for': 'go'}
Plug 'Shougo/echodoc.vim'
endif
if executable('latex')
Plug 'lervag/vimtex', {'for': 'tex'}
...
...
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