6 lines
212 B
Text
6 lines
212 B
Text
filetype plugin on
|
|
|
|
let g:repo_root = fnamemodify(expand('<sfile>'), ':h:h')
|
|
|
|
call themis#option('runtimepath', g:repo_root . '/LanguageClient-neovim')
|
|
call themis#option('runtimepath', g:repo_root . '/vim-ps1')
|