Fix build
This commit is contained in:
parent
5b1d72deaf
commit
85a172de3f
2 changed files with 3 additions and 2 deletions
|
|
@ -37,6 +37,7 @@ Nim support for vim and advanced support for neovim. Still in heavy development.
|
|||
- Vim (7.4)
|
||||
- Async support with channels planned
|
||||
- Optional: [vim-operator-user](https://github.com/kana/vim-operator-user) for defining routine text object
|
||||
- Optional: [unite-outline](https://github.com/h1mesuke/unite-outline) for jumping to symbols inside module
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ nimsuggest --version
|
|||
|
||||
echo "================================================================================"
|
||||
|
||||
cd $current/other
|
||||
cd $current/tests
|
||||
curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
cp nvimcfg/init.vim ~/.config/nvim/
|
||||
mkdir -p "$HOME/.config/nvim/undodir"
|
||||
|
|
@ -83,5 +83,5 @@ tree ~/.config/nvim
|
|||
|
||||
echo "================================================================================"
|
||||
echo "Run vim tests"
|
||||
cd $current/other
|
||||
cd $current/tests
|
||||
./run_tests.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue