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 |
|
warg
|
14ebdac746
|
fix: put back cpp for clangd
use -xc as compile flag in clangd config to force c
|
2025-02-03 17:07:44 +01:00 |
|
warg
|
eb79fdba13
|
fix: invalid call for stopping LSP clients
|
2025-01-31 15:39:39 +01:00 |
|
warg
|
834aa76ce7
|
fix: deprecated lua calls
|
2025-01-31 15:39:27 +01:00 |
|
warg
|
e1081625c5
|
fix: only run clangd for C files
|
2025-01-31 15:34:21 +01:00 |
|
warg
|
1000847cc4
|
fix(groovy): disable groovyls due to high cpu usage
|
2024-11-18 17:00:37 +01:00 |
|
warg
|
7d63acbef2
|
fix: formatting
|
2024-11-01 14:14:31 +01:00 |
|
warg
|
e362f6799e
|
fix: remove old config
|
2024-10-31 19:21:45 +01:00 |
|
warg
|
059c3df943
|
fix(lsp): update location for lspconfig server configurations
|
2024-10-25 13:32:49 +02:00 |
|
warg
|
36bc7050b0
|
fix(lemminx): enable default formatter
|
2024-10-25 13:32:29 +02:00 |
|
warg
|
e73f7ebb8a
|
feat(lsp): add mapping for toggling diagnostics
|
2024-10-25 13:31:17 +02:00 |
|
warg
|
7fa49801a6
|
fix(mesonlsp): use correct root dir
|
2024-10-08 21:02:59 +02:00 |
|