Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
configuration
vim
Commits
af78114e
Unverified
Commit
af78114e
authored
Aug 21, 2019
by
Adrien Oliva
Browse files
Fix path of vim-ctags
parent
89505c37
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/94-easytag.vim
View file @
af78114e
let
g:easytags_cmd
=
'~
/.vim/vim-ctags
'
let
g:easytags_cmd
=
expand
(
"$HOME
/.vim/vim-ctags
"
)
" Enable background tag update
let
g:easytags_async
=
1
...
...
Write
Preview
Supports
Markdown
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