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 |
|
warg
|
30e0e768c4
|
fix(clangd): use compilation database for all files opened
|
2024-10-08 19:39:01 +02:00 |
|
warg
|
cea034bd82
|
feat(meson): add mesonlsp
|
2024-10-07 22:40:15 +02:00 |
|
warg
|
b6c590f83c
|
fix(clangd): add mason
|
2024-10-07 22:40:15 +02:00 |
|
warg
|
51a02d3bbe
|
fix(lsp): remove root_pattern
|
2024-10-07 22:40:15 +02:00 |
|
warg
|
9172aac940
|
fix(lsp.server): force stop attached clients on deinit
|
2024-09-09 04:10:36 +02:00 |
|
warg
|
c199909c25
|
feat(clangd): disable auto installation and add new keymap
|
2024-09-09 04:08:23 +02:00 |
|
warg
|
bb99923be4
|
feat(lemminx): change formatter to xmlformatter
|
2024-08-23 16:05:48 +02:00 |
|
warg
|
20d77bafb3
|
feat(intelephense): align comments
|
2024-08-23 16:05:24 +02:00 |
|
warg
|
f3313a4735
|
feat(core): update line length to 80
|
2024-08-23 12:22:20 +02:00 |
|
warg
|
cab4cfa157
|
feat(jedi_language_server): remove jedi language server
|
2024-08-23 12:21:30 +02:00 |
|
warg
|
f10e483d47
|
feat(diagnosticls): remove diagnosticls
|
2024-08-23 12:20:44 +02:00 |
|
warg
|
0620887b23
|
fix(lsp): remove type override for root_dir
|
2024-08-23 12:19:23 +02:00 |
|
warg
|
34ea7fc235
|
fix(intelephense): fix missing closing bracket
|
2024-08-21 17:44:05 +02:00 |
|