We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d9ae5 commit ac072b4Copy full SHA for ac072b4
1 file changed
test/test-completion-commands/test-tkz-euclide.vim
@@ -1,6 +1,5 @@
1
set nocompatible
2
-set runtimepath^=~/.local/plugged/vimtex
3
-set runtimepath+=~/.local/plugged/vimtex/after
+let &rtp = '../..,' . &rtp
4
filetype plugin indent on
5
syntax enable
6
0 commit comments