Organize files
|
|
@ -1,9 +1,9 @@
|
|||
language: viml
|
||||
script: ./other/travis.sh
|
||||
script: ./tests/travis.sh
|
||||
cache:
|
||||
apt: true
|
||||
directories:
|
||||
- other/tmp
|
||||
- tests/tmp
|
||||
before_install:
|
||||
- sudo apt-get -qq install software-properties-common
|
||||
- sudo add-apt-repository -y ppa:neovim-ppa/unstable
|
||||
|
|
|
|||
|
|
@ -40,10 +40,10 @@ Nim support for vim and advanced support for neovim. Still in heavy development.
|
|||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
## Planned features
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 505 KiB After Width: | Height: | Size: 505 KiB |
|
Before Width: | Height: | Size: 680 KiB After Width: | Height: | Size: 680 KiB |
|
Before Width: | Height: | Size: 937 KiB After Width: | Height: | Size: 937 KiB |
|
Before Width: | Height: | Size: 424 KiB After Width: | Height: | Size: 424 KiB |
|
|
@ -8,8 +8,6 @@ fi
|
|||
|
||||
# Run tests
|
||||
# Running test
|
||||
nvim --version
|
||||
echo "Testing"
|
||||
nvim -u rc.vim -c 'Vader! tests/**/*.vader'
|
||||
# nvim -u rc.vim -c 'Vader! tests/**/*.vader' > /dev/null
|
||||
err=$?
|
||||