zah
711facd988
Merge pull request #31 from miyakogi/support_neocomplete
...
Add default configuration for neocomplete
2016-05-19 19:35:31 +03:00
Zahary Karadjov
55eaae0bb0
add a license
2016-05-19 19:32:27 +03:00
Zahary Karadjov
1f62902041
proper indentation for concept definitions
2016-05-19 19:27:38 +03:00
zah
01b2ac58df
Merge pull request #47 from FedericoCeratto/patch-2
...
Update Nim name and website
2016-05-19 19:24:05 +03:00
zah
d5c75dd6ff
Merge pull request #53 from Tyler-Anderson/patch-1
...
changing nimrod to nim
2016-05-19 19:23:24 +03:00
zah
3f73ac346b
Merge pull request #54 from def-/master
...
Update keywords and add new comment syntax
2016-05-19 19:22:27 +03:00
def
91673015d4
Update keywords and add new comment syntax
2016-01-29 00:09:15 +01:00
Tyler Anderson
5edd68793a
changing nimrod to nim
...
changing nimrod to nim in readme to update the info to the current language name of nim as well as the current nim.vim name.
2015-12-27 23:55:28 -08:00
Roger Shi
89f0a10aa3
add windows support when creating nim-log.txt
2015-08-24 15:50:07 +08:00
Federico Ceratto
2edab5cbc4
Update Nim name and website
2015-07-04 22:11:46 +01:00
patrick dw
36fbc8a251
Highlights new names from recent renamings
2015-06-20 12:12:14 -05:00
rhysd
db7f06b431
Add highlight for special variable 'result'
2015-05-23 17:52:11 +09: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
zah
cb6d4e34eb
Merge pull request #27 from Normangorman/range_highlighting_fix
...
modify number matching regex to fix #26
2015-01-03 14:40:57 +02:00
Benjamin Gorman
14a9a9d3d8
modify number matching regex to fix issue #26
2015-01-02 03:19:50 +00:00
Zahary Karadjov
05fdf7eac6
some final Nimrod to Nim renames
2014-09-04 22:53:02 +03:00
Zahary Karadjov
6b9264fb84
Merge branch 'master' of github.com:zah/nimrod.vim
2014-09-04 22:47:57 +03: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
zah
c1e0659fff
Merge pull request #24 from gradha/pr_adds_missing_exceptions
...
Adds missing exceptions for highlighting.
2014-08-06 12:27:26 +03:00
Grzegorz Adam Hankiewicz
b71a49f219
Adds missing exceptions for highlighting.
2014-08-05 18:32:23 +02:00
zah
aa586b5397
Merge pull request #18 from gradha/pr_silences_babel_paths_during_checks
...
Disables hints for check command.
2014-03-08 13:41:26 +02:00
Zahary Karadjov
e27dd52829
move expandtab to the ftplugin for more consistency
2014-03-06 11:35:47 +02:00
zah
a66891c72e
Merge pull request #21 from flaviut/master
...
Make tabs automaticly turn into spaces
2014-03-06 11:31:22 +02:00
zah
27609d4d10
Merge pull request #20 from flaviut/master
...
Reccomend Synastic
2014-03-06 11:29:20 +02:00
flaviut
02b735ae7c
Make tabs automaticly turn into spaces
2014-03-05 17:56:54 -05:00
flaviut
b952e2bc23
Reccomend Synastic
2014-03-05 17:51:38 -05:00
zah
65a29ec92b
Merge pull request #19 from flaviut/master
...
Add Vundle information to readme
2014-03-04 01:23:05 +02:00
flaviut
ab0b173d0b
Make readme more consistant
...
Added text under instructions, added link to final step
2014-03-03 17:12:57 -05:00
flaviut
bdcff60d77
Added Vundle installation instructions
...
Also changed section headings to `#`s in order to make deeper nesting possible
2014-03-03 17:09:25 -05: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
f947b48cda
more auto-indenting improvements
2013-08-25 14:47:26 +03: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
zah
1b3ba4a4b9
Merge pull request #16 from DAddYE/patch-2
...
Added all ctypes
2013-07-30 09:01:34 -07:00
Davide D'Agostino
53bf9e840d
Added all ctypes
2013-07-30 01:47:45 -07:00
zah
0ce7957473
Merge pull request #12 from gradha/pr_updates_keyword_list
...
Updates keyword list using nimrod's doc/keywords.txt.
2013-07-15 03:03:28 -07:00
Grzegorz Adam Hankiewicz
1d7ceef137
Updates keyword list using nimrod's doc/keywords.txt.
2013-07-14 22:22:00 +02: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
zah
84d07e0209
Merge pull request #8 from gradha/disable_silence_invoking_idetools
...
Disables silence when invoking idetools. Refs #4 .
2013-04-11 00:34:24 -07: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
Zahary Karadjov
4c3f2313b0
add nimrod library paths to vim's path variable
2013-04-10 14:43:18 +03:00
Zahary Karadjov
ca3142c5e2
implements #7
2013-04-10 13:50:06 +03:00
zah
a5c3f6902e
Merge pull request #5 from gradha/pr_documents_nimlog_buffer
...
Adds note about log://nimrod to debug idetool interactions.
2013-03-25 01:37:36 -07:00