warg
|
bebffa387e
|
fix: run stylua on all files
|
2026-04-21 14:25:18 +02:00 |
|
warg
|
c7dd083083
|
refactor: address emmylua diagnostics
|
2026-04-20 22:11:18 +02:00 |
|
warg
|
516b9ea749
|
feat(lsp): replace lua_ls with emmylua_ls
|
2026-04-20 01:56:54 +02:00 |
|
warg
|
bcdc14a789
|
feat(codelens): handle workspace/codeLens/refresh
|
2026-04-19 02:44:23 +02:00 |
|
warg
|
20dcd20873
|
refactor(codelens): split into modules and add cancellation
|
2026-04-19 00:56:34 +02:00 |
|
warg
|
b23fbb3704
|
fix(lsp.completion): add logging for request failures
|
2026-04-19 00:41:22 +02:00 |
|
warg
|
b4721bb444
|
fix(util): refactor debouncer
|
2026-04-19 00:40:24 +02:00 |
|
warg
|
a4af5ce66f
|
refactor(completion): drive pum via vim.fn.complete() directly
|
2026-04-18 04:33:58 +02:00 |
|
warg
|
405a176758
|
refactor(completion): evolve Request into Session + surface-level cleanup
|
2026-04-18 02:35:37 +02:00 |
|
warg
|
0fbb738e78
|
fix(lsp.kind): drop prefix in highlight names
|
2026-04-17 19:17:56 +02:00 |
|
warg
|
a811cf8a6b
|
refactor(codelens): flatten State:refresh with a collect closure
|
2026-04-17 02:43:32 +02:00 |
|
warg
|
ad45c6fdf6
|
feat: add blink.cmp and disable custom completion pipeline
|
2026-04-17 02:37:19 +02:00 |
|
warg
|
f4d3a35171
|
refactor(completion): clean up popup scroll API
|
2026-04-17 00:14:56 +02:00 |
|
warg
|
47f36adc21
|
feat(lsp): add snippet support and refactor completion into Item class
|
2026-04-17 00:03:04 +02:00 |
|
warg
|
7162d00b43
|
feat(lsp): apply additionalTextEdits on completion accept
|
2026-04-16 04:14:14 +02:00 |
|
warg
|
e3e4d81ab0
|
refactor(lsp): turn completion popup and request into classes
|
2026-04-16 02:24:04 +02:00 |
|
warg
|
c91bd395b2
|
refactor(lsp): split completion module by concern
|
2026-04-15 22:21:57 +02:00 |
|
warg
|
66b1966fa7
|
feat(lsp): add 'above' codelens position and setup config
|
2026-04-15 22:05:04 +02:00 |
|
warg
|
fe51624839
|
refactor(lsp): turn codelens module into Row/State classes
|
2026-04-15 21:53:51 +02:00 |
|
warg
|
9c6130d3d2
|
feat(lsp): custom codelens as virtual text
|
2026-04-15 20:51:59 +02:00 |
|
warg
|
f40063f44b
|
feat(lsp): custom omnifunc
|
2026-04-15 05:31:21 +02:00 |
|
warg
|
0211ed53a1
|
feat(lsp): manage completion docs popup ourselves
|
2026-04-15 03:05:46 +02:00 |
|
warg
|
79e6cbc401
|
refactor(lsp): split lsp.lua into an lsp/ package
|
2026-04-15 01:41:10 +02:00 |
|
warg
|
e715992cce
|
feat: refactor lsp configs and drop nvim-cmp
|
2025-11-15 05:59:28 +01:00 |
|
warg
|
879086c389
|
fix(lsp.python): only call default on_attach once
|
2025-11-08 04:55:50 +01:00 |
|
warg
|
9cef10b384
|
fix(lsp): pass in bufnr to formatter
|
2025-11-08 04:55:24 +01:00 |
|
warg
|
923ca6d7a4
|
fix(mappings): change hover/signature_help mappings to K/<C-S>
|
2025-11-08 04:51:38 +01:00 |
|
warg
|
b0a7bde3f0
|
fix(format): retain window state (jumplist/marks/etc)
|
2025-10-27 20:02:44 +01:00 |
|
warg
|
5fe67e991e
|
fix(rust-analyzer): fix import format
|
2025-10-16 03:35:27 +02:00 |
|
warg
|
9181f951cf
|
fix(lsp): move module into package dir
|
2025-10-05 01:10:10 +02:00 |
|
warg
|
8b17ef2b6b
|
feat: remove ow directory, keep ow in type annotations only
|
2025-10-05 00:32:50 +02:00 |
|
warg
|
16ccb1d107
|
fix: namespace all local packages and modules
|
2025-04-16 23:19:16 +02:00 |
|
warg
|
4a9e2dcc7b
|
feat!: disable golangci-lint
|
2025-04-12 18:08:34 +02:00 |
|
warg
|
ac641ea8d3
|
fix(linter): replace template variables on each invocation
|
2025-04-12 17:02:25 +02:00 |
|
warg
|
a5567b9b05
|
feat(gopls): add formatter/linter config
|
2025-04-12 16:23:27 +02:00 |
|
warg
|
cdb61c3440
|
fix: replace pylint with pyright
|
2025-04-09 08:56:49 +02:00 |
|
warg
|
a08eca17e6
|
feat!: change keymap for type_definition to grt
|
2025-04-09 06:07:33 +02:00 |
|
warg
|
af43de8ec6
|
feat!: change to some default LSP bindings
|
2025-04-09 06:07:33 +02:00 |
|
warg
|
b846b17337
|
fix(linter): add safeguard
|
2025-04-01 20:16:14 +02:00 |
|
warg
|
acc391dc01
|
feat(jedi-language-server): add pylint check
|
2025-03-30 00:54:40 +01:00 |
|
warg
|
ae06d3685c
|
feat(linter): add file/filename template arguments for command
|
2025-03-30 00:53:58 +01:00 |
|
warg
|
cb05d47f2d
|
refactor(linter): handling of 0/1-based indexing
|
2025-03-30 00:53:24 +01:00 |
|
warg
|
ddcb700b67
|
fix: move out ruff config to per-project
|
2025-03-29 22:28:28 +01:00 |
|
warg
|
1a48afa898
|
fix(jedi-language-server): update config
|
2025-03-29 21:56:46 +01:00 |
|
warg
|
afeda7eb8d
|
feat(linter): add diagnostic tags
|
2025-03-29 21:56:02 +01:00 |
|
warg
|
4bbda69393
|
fix(linter): correctly clamp column position when greater than line length
|
2025-03-29 21:55:10 +01:00 |
|
warg
|
71fd6c5dff
|
feat: repace pyright with jedi-language-server
|
2025-03-28 19:32:28 +01:00 |
|
warg
|
c7ec790774
|
feat(pyright): change to ruff
|
2025-03-28 18:46:58 +01:00 |
|
warg
|
a92b2ef503
|
feat(linter): add json parsing
|
2025-03-28 17:46:51 +01:00 |
|
warg
|
5a77a45f6a
|
fix(flake8): add error code
|
2025-03-28 00:10:01 +01:00 |
|