danymat
|
815ad7a858
|
doc: Generates table of contents
Special thanks to:
https://github.com/echasnovski/mini.nvim/issues/40#issuecomment-1025136259
|
2022-01-30 14:09:34 +01:00 |
|
danymat
|
0d381d03d2
|
feat(py) None return type does not display returns (#51)
|
2022-01-29 19:56:14 +01:00 |
|
danymat
|
9b7d6e5e81
|
fix(py) Remove reference to self in functions
|
2022-01-29 19:54:07 +01:00 |
|
danymat
|
0d00e05b20
|
(py) Update configurations (#51)
|
2022-01-29 19:13:41 +01:00 |
|
danymat
|
6c086dcb2f
|
(py) Update configurations
|
2022-01-29 18:51:10 +01:00 |
|
danymat
|
64d152e4c5
|
(py) Update configurations (#46)
|
2022-01-29 14:52:22 +01:00 |
|
danymat
|
d6b148667d
|
feat(py) Add reST annotation support (#46)
|
2022-01-29 13:40:39 +01:00 |
|
danymat
|
30f98ed999
|
feat: Allow index reordering in after_each option template
|
2022-01-29 13:38:45 +01:00 |
|
danymat
|
fe44b20a57
|
fix(py) Always get public parameters for classes
|
2022-01-29 13:06:53 +01:00 |
|
danymat
|
fb707c0fd3
|
feat: Add support for tsx and jsx (#34)
|
2022-01-29 12:45:08 +01:00 |
|
danymat
|
94df6a3d9a
|
(py) Update configurations
|
2022-01-29 11:40:46 +01:00 |
|
danymat
|
01b7213fbd
|
feat: Add fallback node for custom placement
|
2022-01-29 11:40:32 +01:00 |
|
danymat
|
71a92a7dec
|
feat: Add support for vue
|
2022-01-29 11:26:47 +01:00 |
|
danymat
|
749764ab7e
|
(py) Update configurations (Fix #41)
|
2022-01-29 10:59:27 +01:00 |
|
danymat
|
a03cbd18f4
|
(lua) Update configurations
|
2022-01-28 22:14:13 +01:00 |
|
danymat
|
a321ae5a62
|
doc: Update documentation
|
2022-01-26 15:12:58 +01:00 |
|
danymat
|
68ee776633
|
feat: Only load language configs for current language
- I subscribed to the BufEnter autocmd to switch language configs.
Only previously opened languages are kept inside the languages table
|
2022-01-26 13:00:57 +01:00 |
|
danymat
|
57e76c6102
|
ref: Code refactoring
- Try to not expose as much commands and code via neogen
- Use minidoc to generate docgen
|
2022-01-26 11:50:23 +01:00 |
|
danymat
|
c575186ff9
|
fix(lua) Offset handling for local functions
|
2022-01-25 21:42:46 +01:00 |
|
danymat
|
291fb5d98c
|
(lua) Update configurations (#43)
|
2022-01-25 21:12:39 +01:00 |
|
danymat
|
4c6b4e6d5e
|
fix: Do not create error when generating annotation on empty file
|
2022-01-25 14:29:08 +01:00 |
|
danymat
|
ef0c66e2b9
|
(lua) Update configurations
|
2022-01-23 13:17:55 +01:00 |
|
danymat
|
36ac4b926a
|
(lua) Update configurations
|
2022-01-23 13:15:03 +01:00 |
|
danymat
|
7df8934d6c
|
fix: Offset cursor by 0
|
2022-01-23 13:15:03 +01:00 |
|
danymat
|
33ce4896bb
|
(py) Update configurations
|
2022-01-23 12:57:10 +01:00 |
|
danymat
|
2ee0ecd802
|
(py) Update configurations (#41)
|
2022-01-23 12:50:32 +01:00 |
|
danymat
|
510282622b
|
feat: Allow after_each option in template
|
2022-01-23 12:50:13 +01:00 |
|
danymat
|
2973ff1489
|
(py) Update configurations (Fix #41)
|
2022-01-23 12:04:47 +01:00 |
|
danymat
|
14ed74db05
|
(ts) Update configurations
|
2022-01-22 22:49:44 +01:00 |
|
danymat
|
a9f4009d9b
|
(py) Update configurations
|
2022-01-22 20:37:49 +01:00 |
|
danymat
|
e5f0eb2c81
|
(py) Update configurations
|
2022-01-22 20:32:14 +01:00 |
|
danymat
|
e682494f13
|
fix: Better use of nested template
|
2022-01-22 20:31:33 +01:00 |
|
danymat
|
bf1d7e25c8
|
fix: Remove global
|
2022-01-22 19:45:28 +01:00 |
|
danymat
|
d2d25ebb86
|
ref: Code configuration
|
2022-01-21 17:34:09 +01:00 |
|
danymat
|
33e9e73b92
|
fix(lua) Update lua to new parser
|
2022-01-21 10:28:05 +01:00 |
|
danymat
|
966d091468
|
(py) Update configurations
|
2022-01-13 16:15:12 +01:00 |
|
danymat
|
605d4efa91
|
(py) Update configurations
|
2022-01-13 16:06:04 +01:00 |
|
danymat
|
fb6894a09d
|
Revert "feat: Allow recursive extractions"
This reverts commit dad48dad48.
|
2022-01-13 12:10:13 +01:00 |
|
danymat
|
dad48dad48
|
feat: Allow recursive extractions
|
2022-01-13 11:54:18 +01:00 |
|
danymat
|
a79fa586a9
|
(py) Update configurations
|
2022-01-13 09:35:41 +01:00 |
|
danymat
|
7e7fbc4ff2
|
(go) Update configurations
|
2022-01-12 12:44:41 +01:00 |
|
danymat
|
0c2587868f
|
(php) Update configurations
|
2022-01-12 12:32:16 +01:00 |
|
danymat
|
b18b0dea48
|
feat(php): Initial support for php
|
2022-01-12 12:27:14 +01:00 |
|
danymat
|
2be52c73b7
|
(py) Update configurations
|
2022-01-12 10:08:23 +01:00 |
|
danymat
|
02d7ab21b4
|
fix: enforcing template option required
|
2022-01-12 10:07:47 +01:00 |
|
danymat
|
402cc7b52e
|
(py) Update configurations
|
2022-01-12 10:06:31 +01:00 |
|
danymat
|
30c693c1cb
|
(ts) Update configurations
|
2022-01-12 09:41:16 +01:00 |
|
danymat
|
26de01acef
|
fix: delete unused code (#38)
|
2022-01-11 15:27:17 +01:00 |
|
danymat
|
ea5a7e5134
|
fix: Use directly lua function for command (#38)
|
2022-01-11 15:23:47 +01:00 |
|
danymat
|
85fc6eb99f
|
ref: Move vim.notify to helpers file (#36)
|
2022-01-11 13:40:08 +01:00 |
|