Yasuhiro Matsumoto
413244f3c3
Use pyx or pyxfile
2020-10-16 16:43:59 +03:00
erw7
21731384b8
Remove quickrun settings
2018-12-16 22:37:16 +02:00
Yuriy Glukhov
f5473ff98b
Fixed json parsing: true/false undefined
2018-12-13 11:23:16 +02:00
Siddhant Goel
089ea2ca19
Replace usage of reserved async keyword
2018-08-09 19:46:03 +03:00
Tom Harley
1da465eedf
Check for python support before queuing autocmd
...
Versions of Vim compiled without python support will error when attempting
to run `:py nimTerminateAll()`, a autocommand for the `VimLeavePre` event.
A simple check for python support prevents this.
2018-07-31 16:37:35 +01:00
erw7
28c74af3a2
Fix completion
...
* Fix position where the completion starts.
* Change to remove filename from word.
* Change to filter completions.
2018-02-10 12:24:35 +09:00
Tim Schumacher
46b74a4c75
No error when missing python, main features work
2017-10-30 20:11:33 +01:00
nve3pd
2b841ff6f2
corresponded to python3
2017-09-28 21:30:32 +09:00
Zahary Karadjov
dcf25798f4
merge various improvements from https://github.com/Angluca
...
* recognize NimScript files
* automatically set up tab width in Nim buffers
* remove the NimLog in the python module, which is just a debugging aid
2016-05-19 19:50:46 +03:00
zah
7adbb71442
Merge pull request #50 from rogercloud/master
...
add windows support when creating nim-log.txt
2016-05-19 19:40:20 +03:00
zah
711facd988
Merge pull request #31 from miyakogi/support_neocomplete
...
Add default configuration for neocomplete
2016-05-19 19:35:31 +03:00
Roger Shi
89f0a10aa3
add windows support when creating nim-log.txt
2015-08-24 15:50:07 +08:00
Zahary Karadjov
597cca20eb
Force the Nim compiler to output full paths
...
This fixes calling "nim check" from a directory
outside of the project tree
2015-05-10 21:01:09 +03:00
miyakogi
45b0bf9c1b
Add default configuration for neocomplete
2015-01-24 16:42:25 +09:00
Zahary Karadjov
8d2db427b4
more renames
2014-09-04 22:47:42 +03:00
Zahary Karadjov
eecfe9b81f
Rename Nimrod to Nim
2014-09-04 22:44:36 +03:00
Grzegorz Adam Hankiewicz
6de870a10a
Disables hints for check command.
...
Paths for babel packages being reported by the compiler are considered
errors and interfere with syntastic's :lnext and :lprevious support.
2013-12-10 11:09:14 +01:00
Zahary Karadjov
f6bd6cfd25
basic QuickRun support; implements #6
2013-12-10 01:36:15 +02:00
Zahary Karadjov
d2f05bc1a6
fixes #17
2013-12-09 23:45:56 +02:00
Zahary Karadjov
bebdd7bb99
various auto-indenting improvements; fixes #10
2013-08-25 00:44:19 +03:00
Zahary Karadjov
3d9f5fac08
re-integrate with the latest version of syntastic
2013-08-24 17:31:17 +03:00
Zahary Karadjov
fa9bd5972b
caas works satisfactory now with the latest version of nimrod
...
modified buffers are handled properly now
nimrod threads are terminated at program exit
added commands for service shutdown/restart
2013-05-05 19:39:04 +03:00
Zahary Karadjov
0b09eeede5
remove some hard-coded paths
2013-05-01 22:26:48 +03:00
Zahary Karadjov
ffc49b7c2a
the caas service is fully integrated now.
...
this commit enables it by default if your project has a nimrod.cfg config, but
the results won't be satisfactory as the compiler still cannot survive the long-
running interaction with the IDE and breaks after a couple of commands.
2013-05-01 21:24:10 +03:00
Zahary Karadjov
43696ec2e3
work-in-progress towards integrating the compiler service
2013-04-29 09:50:12 +03:00
Grzegorz Adam Hankiewicz
63d5050ca0
Disables silence when invoking idetools. Refs #4 .
...
After some time editing with the "silent!" bit removed everything seems
to work fine, so maybe the silencing was done when there was no error
log.
2013-04-10 22:42:41 +02:00
Grzegorz Adam Hankiewicz
aa10e421b2
Fixes the column position when invoking idetools.
...
Vim starts counting columns from 1 but the nimrod idetools command
starts from zero. This can be verified writing a call to the quit() proc
with a two level identation and trying to invoke idetools on the
whitespace before the word.
2013-02-03 17:49:05 +01:00
Zahary Karadjov
15a6f3e4ac
disabled autosuggest as it really too slow for now. fix for nimdoc comments auto-formatting
2012-11-20 00:27:01 +02:00
Zahary Karadjov
732e821bcd
use unix file endings
2012-11-10 22:24:40 +02:00
Zahary Karadjov
ecc3d1f633
fixed the "cannot reload GotoDefinition while executing" error
...
errors are redirected to a log buffer now instead of echoerr
2012-11-09 18:51:59 +02:00