Commit graph

17 commits

Author SHA1 Message Date
Yasuhiro Matsumoto
d37b228985 vint: Use single quotes. 2020-10-16 16:43:59 +03:00
Yuriy Glukhov
b0c4c6c731 Enable folding 2018-09-19 19:05:39 +03: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
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
Zahary Karadjov
e27dd52829 move expandtab to the ftplugin for more consistency 2014-03-06 11:35:47 +02: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
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
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
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
Zahary Karadjov
95533181c2 omni-completion improvements 2012-11-09 01:09:56 +02:00
Zahary Karadjov
81c2f4aa69 added support for compiler-assisted "go to definition" and omnicompletion 2012-11-08 19:07:21 +02:00
Zahary Karadjov
0224eb03d2 added automatic discovery of nimrod library paths and any tags files residing there 2011-08-28 17:41:18 +03:00
Zahary Karadjov
03615f8caa nimrod compiler is now set automatically 2011-08-28 01:54:33 +03:00
Zahary Karadjov
44750377f7 few fixes for the commenting and line wrapping behaviour 2011-08-26 15:48:16 +03:00
Zahary Karadjov
a53642d1e8 added indenting rules, compiler settings and filetype detection 2011-08-26 13:50:09 +03:00