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
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

View file

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