Updated installation documentation
This commit is contained in:
parent
27cae38529
commit
57e08fbe87
@ -140,6 +140,12 @@ Then add this directory to your Vim runtime path by adding this line to your
|
||||
vimrc file. >
|
||||
set runtimepath+=~/.vim/ultisnips_rep
|
||||
|
||||
UltiSnips also needs that Vim sources files from the after/ directory.
|
||||
Unfortunately, vim only allows this in the home directory. You therefore have
|
||||
to symlink/copy the files from after: >
|
||||
mkdir -p ~/.vim/after/plugin/
|
||||
ln -s ~/.vim/ultisnips_rep/after/plugin/* ~/.vim/after/plugin/
|
||||
|
||||
Restart Vim and UltiSnips should work. To access the help, use >
|
||||
:helptags ~/.vim/ultisnips_rep/doc
|
||||
:help UltiSnips
|
||||
|
Loading…
x
Reference in New Issue
Block a user