Organize files

This commit is contained in:
baabelfish 2016-03-17 00:17:09 +02:00
commit 44cc3f3e4a
19 changed files with 6 additions and 8 deletions

View file

@ -1,9 +1,9 @@
language: viml language: viml
script: ./other/travis.sh script: ./tests/travis.sh
cache: cache:
apt: true apt: true
directories: directories:
- other/tmp - tests/tmp
before_install: before_install:
- sudo apt-get -qq install software-properties-common - sudo apt-get -qq install software-properties-common
- sudo add-apt-repository -y ppa:neovim-ppa/unstable - sudo add-apt-repository -y ppa:neovim-ppa/unstable

View file

@ -40,10 +40,10 @@ Nim support for vim and advanced support for neovim. Still in heavy development.
## Screenshots ## Screenshots
![Syntax highlighting](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/other/screenshots/syntaxhl.png) ![Syntax highlighting](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/misc/screenshots/syntaxhl.png)
![Autocomplete](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/other/screenshots/autocomplete.png) ![Autocomplete](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/misc/screenshots/autocomplete.png)
![Definition](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/other/screenshots/definition.png) ![Definition](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/misc/screenshots/definition.png)
![Usages](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/other/screenshots/usages.png) ![Usages](https://raw.githubusercontent.com/baabelfish/nvim-nim/master/misc/screenshots/usages.png)
## Planned features ## Planned features

View file

Before

Width:  |  Height:  |  Size: 505 KiB

After

Width:  |  Height:  |  Size: 505 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 680 KiB

After

Width:  |  Height:  |  Size: 680 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 937 KiB

After

Width:  |  Height:  |  Size: 937 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 424 KiB

After

Width:  |  Height:  |  Size: 424 KiB

Before After
Before After

View file

@ -8,8 +8,6 @@ fi
# Run tests # Run tests
# Running test # Running test
nvim --version
echo "Testing"
nvim -u rc.vim -c 'Vader! tests/**/*.vader' nvim -u rc.vim -c 'Vader! tests/**/*.vader'
# nvim -u rc.vim -c 'Vader! tests/**/*.vader' > /dev/null # nvim -u rc.vim -c 'Vader! tests/**/*.vader' > /dev/null
err=$? err=$?