Smirnov Oleksandr
9ff5bb4947
remove struct tags tests
2023-07-06 16:46:52 +03:00
Smirnov Oleksandr
409fcab0c1
fix(ci): set stylua version
2023-07-06 16:45:47 +03:00
Smirnov Oleksandr
a015a6c4bc
chore(ci): some rewriting, and add test runner
2023-07-06 16:38:10 +03:00
Smirnov Oleksandr
82e739d823
test(_utils): test .sreq method
2023-07-05 13:55:28 +03:00
Smirnov Oleksandr
9204f3ee8d
refactor(tests): remove "can be required" from everywhere
2023-07-05 13:54:58 +03:00
Smirnov Oleksandr
e3a038fcfa
test: remove nvim-dap from test deps because it didn't use anywhere
2023-06-22 20:00:37 +03:00
Smirnov Oleksandr
4ff84c5031
test(iferr): add integration
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
713e5290e0
fix(health): add forgoted bin
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
785334860c
refactor(config): change module name to 'config'
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
d91bae8864
fix(iferr): now this not have type errors
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
674320821f
refactor: type annotations
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
c8adec2880
import deps at top of file, rename module
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
7ca1c039fe
refactor(struct_tags): renaming, change way of error reporting
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
298fc24cab
refactor health checker
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
59de7dc72d
remove api module
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
ab874c6c4f
some tests refactoring and sep by type
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
de37564c79
set max line length to 120
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
6d62cb18a6
chore(lua-lsp): add some globals
2023-06-10 02:01:58 +03:00
Smirnov Oleksandr
00d24d8ad6
refactor(tests): make tests independent from user nvim config
2023-06-10 02:01:58 +03:00
Elliott Minns
03cabf675c
Resolve Neovim Deprecations for version 0.10 ( #26 )
...
* fix deprecation warnings for treesitter parse_query
* use treesitter.query.parse
* fix get_node_text deprecation
2023-05-07 17:56:26 +03:00
Smirnov Oleksandr
c7b061b124
add stand with Ukraine banner
...
yeah, I'm a Ukrainian and I don't know what i didn't it before
2023-05-01 15:01:45 +03:00
Pavel
cc46546a93
Fix typo ( #25 )
2023-02-01 14:42:26 +02:00
Smirnov Oleksandr
b5c3358521
refactor tests ( #23 )
...
* fix: add `nvim-dap` as test dep. fix makefile
* refactor(spec): struct_tags
2022-12-19 12:27:39 +02:00
Smirnov Oleksandr
1363d55056
refactor: change minimal spec config
2022-12-19 11:52:07 +02:00
Smirnov Oleksandr
2f0edbfdfc
refactor: move requires in place where they used ( #22 )
...
* refactor(comment): move require to a function
* refactor(gotests): move requires inside of functions
* refactor(health): move requires inside of function
* refactor(iferr): move requires inside of a function
* refactor(impl): move some requires inside of functions
* refactor(installer): move requires inside of function
* refactor(struct_tags): move requires into function
* refactor(dap): move import into function
* refactor(utils): move import into functions
2022-12-19 11:47:43 +02:00
Smirnov Oleksandr
e8fe6c5b15
feat(config): add types annotation ( #21 )
2022-11-13 12:08:23 +00:00
Smirnov Oleksandr
f835464d7f
Some refactoring ( #20 )
...
* feat: move all lua api into `api` module
* feat: remove boilerplate code, add go work suport
* refactor(utils): separete module for health
* refactor(dap): remove copy-paste code
* fix: comment
* chore(lsp): disable type checking
* feat: add `go work` command
2022-10-07 14:31:54 +00:00
Smirnov Oleksandr
d65884b182
Fix linters ( #19 )
...
* fix selene
* chore(ci): pin stylua version
2022-09-22 18:20:37 +03:00
Smirnov Oleksandr
aa535e7ed1
feat: add dlv as dep
2022-09-22 17:54:49 +03:00
Smirnov Oleksandr
93be1b1d6f
docs(dap): add
2022-09-22 17:39:06 +03:00
Smirnov Oleksandr
9f6e94f46f
feat(health): add check for nvim-dap
2022-09-22 17:36:14 +03:00
Smirnov Oleksandr
413efcc9f2
feat(dap): fist naive implementaion
2022-09-22 17:28:04 +03:00
Smirnov Oleksandr
80d0659425
docs: add a contributing section in the readme
...
I forgot to do this in the last commit. F...
2022-07-11 23:38:42 +03:00
Smirnov Oleksandr
94f5b61012
docs: add contributing guide
2022-07-11 23:35:54 +03:00
Smirnov Oleksandr
e4942aa070
docs(iferr): add to config & tools
2022-07-07 14:25:11 +03:00
Smirnov Oleksandr
eb19ecdc05
Add iferr integration ( #15 )
...
* feat(iferr): add to installer & config
* feat(iferr): add first implementation
* docs(iferr): add
2022-07-07 14:19:07 +03:00
Smirnov Oleksandr
4b83da6d7f
style: reformat all lua code
2022-07-07 14:09:48 +03:00
Smirnov Oleksandr
4fee3543e0
fix(config): set default options if user provides empty table
2022-07-05 11:46:20 +03:00
Smirnov Oleksandr
bb494abd1e
Fix health check for nvim 0.7( #13 )
2022-07-02 22:30:12 +03:00
1stvaliduser
08f9156ebc
Fix typos(UWU) ( #11 )
...
* uwu
* okn't
* h
2022-07-01 15:33:34 +03:00
Smirnov Oleksandr
0fcdceeb89
Add comment generator ( #10 )
...
* feat(_utils.ts): get package
* feat(_utils.ts): get interface
* feat(_utils.ts): update type annotations
* feat(comments): first naive implementation
* docs: add comment [skip ci]
2022-06-30 12:00:13 +03:00
Smirnov Oleksandr
40a2839eab
feat(config): add base implementation
...
* feat(config): naive implementation
feat(config): get command for a run from config
* docs: add config
* fix typo [skip ci]
* test: add config
2022-06-27 20:28:35 +03:00
Smirnov Oleksandr
1db0914cfc
fix(init): use exist function for test_add
2022-06-27 20:24:49 +03:00
Smirnov Oleksandr
bfbee0f825
fix(gotests): print help message by vim.notify
2022-06-27 16:15:30 +03:00
Smirnov Oleksandr
ebb3894b3b
fix(_utils): set notification level
2022-06-27 14:30:02 +03:00
Smirnov Oleksandr
2adbb49064
refactor(_utils): notify by vim.notify in _utils
2022-06-25 12:00:58 +03:00
Smirnov Oleksandr
096bc8e7ee
feat: add help messages
...
feat(goget): add help message
feat(gomod): add help message
2022-06-24 15:28:52 +03:00
Smirnov Oleksandr
0b415c32e8
refactor: migrate to vim.notify from prints
2022-06-24 15:27:08 +03:00
Smirnov Oleksandr
b4fd34ec17
feat(gotests): generate tests only for exported func
...
docs(gotests): generate test for exported funcs
2022-06-23 13:24:29 +03:00
Smirnov Oleksandr
c5096aacc0
fix(installer): update gotests path
2022-06-23 13:17:46 +03:00