1
0
Fork 0
Commit graph

14 commits

Author SHA1 Message Date
68e796fb7c Add snippets to oni-csharp 2020-03-02 17:59:42 -08:00
d8feb63388 Add missing smartparens dependency 2020-03-02 10:28:34 -08:00
0fbbdc9124 Setup some code navigation for csharp-mode 2020-03-02 10:01:58 -08:00
742f8b4891 Enable smartparens mode in C# 2020-02-29 13:48:39 -08:00
fa2264a94c Include company-yasnippet with omnisharp completion 2020-02-29 13:30:39 -08:00
3e21fca289 Add ‘rainbow-delimiters-mode’ to C# buffers 2020-02-05 22:42:33 -08:00
34b78655c2 Enable nxml-mode for .csproj files 2020-01-28 22:15:41 -08:00
8009bffa79 Enable nxml-mode for Xaml files 2020-01-28 21:47:34 -08:00
977f795e03 Enable ‘auto-fill-mode’ for comments in most programming modes
The ones that are already backed by a formatter, such as Java, Python and sh
don’t need it.
2019-12-10 23:16:15 -08:00
bb29ee8a12 Change version format
In order to support my tablet which seems to have a lower maximum integer
value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers
I was using before. It would turn them into floating point numbers, which adds a
~.0~, this made it impossible to install any package.

Any installations I have will need to reinstall all their oni packages so that
the new version number is picked up, since the new version number will be lower
than the old one.
2019-09-04 21:09:38 -07:00
80970dfa47 Enable omnisharp for csharp-mode 2019-07-16 08:30:12 -07:00
63401d1ae7 Fix typo, make annotations disappear when empties 2019-04-09 14:05:49 -07:00
ffae62c08b Fix C# package 2019-04-09 01:41:59 -07:00
51f5e1934d Add C# configuration
This only contains 2 commands for the moment that help me work with
Visual Studio solution files. One collects all the names of the
projects in the Solution, the other one displays them in the buffer.
2019-04-08 15:25:56 -07:00