kakoune/rc
tawsi-melek ff7397b593 nim.kak: Add auto-indent after tuple and object
Before:
```nim
type
  MyType = tuple
  myint: int     # This line needs to be indented manually
```

After:
```nim
type
  MyType = tuple
    myint: int     # Lines after 'tuple' are now indented automatically
```
2019-08-05 22:02:56 +02:00
..
detection max_line_length support for editorconfig 2019-06-13 00:03:45 +02:00
filetype nim.kak: Add auto-indent after tuple and object 2019-08-05 22:02:56 +02:00
tools Merge remote-tracking branch 'lenormf/patch-1' 2019-07-21 12:14:57 +10:00
windowing Rename ModuleLoad hook to ModuleLoaded 2019-06-25 19:16:47 +02:00