Commit Graph
463 Commits
Author SHA1 Message Date
Folke Lemaitre 0b04e3908c chore(format): removed format_notify option 2023-10-01 23:30:26 +02:00
Ahmed W e8ab2ff5b6 feat(go): add goimports (#1549) 2023-10-01 23:01:43 +02:00
George Guimarães 2ffd629cc7 feat(elixir): Add credo if none-ls is used (#1546) 2023-10-01 19:48:09 +02:00
Folke Lemaitre 9d17c43087 perf: dont't load schemastore as an lspconfig dep 2023-10-01 16:21:18 +02:00
Folke Lemaitre 9935dc3944 fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
Ahmed W 964dd6c4b2 fix(extras.go): remove unneeded formatters since gopls handles them (#1535)
* fix(extras.go): remove unneeded formatters since gopls handles them

* add optional back
2023-09-30 19:30:52 +02:00
Folke Lemaitre 0136bfa4b5 style: format 2023-09-30 18:10:29 +02:00
Iordanis Petkakis 7821c0e851 fix(python): make venv-selector dap_enabled conditional on nvim-dap-python (#1529) 2023-09-30 17:51:47 +02:00
loqusion 1c878b9d06 fix(format): allow custom_format to return early (#1531) 2023-09-30 17:48:19 +02:00
Folke Lemaitre ff5f5886db fix(nvim-lint): dont use default configured linters from nvim-lint 2023-09-29 16:49:59 +02:00
Folke Lemaitre 718c5c6036 fix(docker): put hadolint in its own spec 2023-09-29 16:09:33 +02:00
Folke Lemaitre 31d913697b fix(nvim-lint): use linters for both custom and overriding linters 2023-09-29 15:58:44 +02:00
Folke Lemaitre 6bb0d1b66f fix(conform): use formatters for both custom and overriding formatters 2023-09-29 15:56:20 +02:00
Folke Lemaitre 0e5ff5c0ab fix(format): wrap custom formatter with error handler 2023-09-29 15:55:29 +02:00
Folke Lemaitre 886d49eb89 style: comment the selene example 2023-09-29 15:15:38 +02:00
Folke Lemaitre 0f7a009d1c docs: added more docs to nvim-lint extensions 2023-09-29 15:07:29 +02:00
Folke Lemaitre 05f45bb720 feat(extras): added extra for nvim-lint 2023-09-29 15:05:01 +02:00
Folke Lemaitre 9762e7e431 feat(neo-tree): added support for LSP renaming to NeoTree 2023-09-29 14:14:57 +02:00
Folke Lemaitre aab365a9f8 fix(typescript)!: removed typescript.nvim since it's deprecated 2023-09-29 13:57:04 +02:00
Folke Lemaitre f61a243d1a feat(extras): added conform.nvim extra you can use instead of null-ls/none-ls 2023-09-29 13:37:00 +02:00
Folke Lemaitre 6b05ed7dcd fix: remove deprecated leap/flit code checks 2023-09-29 12:00:56 +02:00
Folke Lemaitre a7f68e5e37 refactor(none-ls): make all null-ls usages in extras optional 2023-09-29 12:00:56 +02:00
Ahmed WandFolke Lemaitre 7cac6f064c feat(null-ls)!: use none-ls instead of null-ls (#1517)
* FEATURE: use none-ls instead of null-ls

Fixes #1516

* fix(none-ls): automatically migrate null-ls to none-ls

* feat(config): show warning if user config contains renamed references

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
2023-09-29 11:52:45 +02:00
Folke Lemaitre a3011daf40 style: better plugin docs 2023-09-28 11:36:58 +02:00
Folke Lemaitre fa6cbfc602 fix(lsp): don't install jsonls by default. It's part of the json extra 2023-09-28 11:33:45 +02:00
Folke Lemaitre d012a1acb8 docs(telescope): documented Telescope find files. Fixes #1425 2023-09-28 11:24:20 +02:00
Folke Lemaitre d03f708cd3 chore: removed flash extra since this is now the default 2023-09-28 11:22:19 +02:00
Folke Lemaitre 017582c05a fix(telescope): typo 2023-09-28 11:10:25 +02:00
Maria José Solano 13bf7977a4 fix(telescope): replace anonymous functions in mappings by named functions (#1294) 2023-09-28 11:08:43 +02:00
Folke Lemaitre 74786c21d7 fix(ibl): use default hl groups 2023-09-28 10:54:30 +02:00
Folke Lemaitre 7f5051ef72 fix(yamlls): work-around for yaml formatting on Neovim < 0.10. Fixes #1435 2023-09-28 09:00:58 +02:00
Antoine Büsch b220e54159 fix(telescope): add enums and consts to search symbols (#1512) 2023-09-28 08:41:55 +02:00
Folke Lemaitre db86635e32 fix(indent-blankline): upgrade ibl config to v3 2023-09-28 07:41:00 +02:00
Folke Lemaitre 36d6a7fe4f fix(dap): revert loading vscode launch files. Add it to your own config when needed. Fixes #1503 2023-09-27 13:56:53 +02:00
Folke Lemaitre 7c79cfe073 fix(mini.comment): better lua pattern for tags. Fixes #1413 2023-09-26 14:16:22 +02:00
Folke Lemaitre f1af34e885 fix(dap): move launchjs code from java to dap 2023-09-26 13:38:48 +02:00
aqav 5dc4ce3e4a feat(java): support vscode launch json in Java (#1422)
* feat(java): support vscode launch json

* feat(java): support vscode launch json
2023-09-26 13:36:22 +02:00
Hai Ninh Hoang ea930e3545 fix(python): use venv for DAP Python (#1457)
dap_enabled = true, -- Ensure that the venv selector affect PythonPath in nvim-dap as well! (in venv-selector.nvim)
2023-09-26 13:35:27 +02:00
Kevin Traver a7f971f30e feat(mini-pairs): add toggle mini pairs keymap and function (#1456) 2023-09-26 13:34:28 +02:00
Folke Lemaitre 0bff29c07a fix: disable context commentstring autocmd 2023-09-26 13:24:03 +02:00
Folke Lemaitre afdcec5b4a feat(extras): added simple csharp extra 2023-09-26 10:58:35 +02:00
Folke Lemaitre b8d3a1c2cd Revert "fix(yanky): don't override c-p insert mode telescope mapping. Fixes #1007"
This reverts commit 8b1e7976a0.
2023-09-26 10:13:00 +02:00
GrigoreAlexandru-Arch 6045a52d82 fix: #1305 rust debugging not working on windows due to missing liblldb path (#1390) 2023-09-04 23:07:55 +02:00
Aron Griffis 15022f4892 fix(java): don't accumulate on_attach, and make more configurable (#1388)
* fix(java): don't accumulate on_attach, and make more configurable

* refactor(java): move defaults to opts
2023-09-04 23:00:39 +02:00
Zhizhen He 64c5848fe8 style: fix comment typo (#1336) 2023-08-29 18:02:45 +02:00
Xie Zejian 451bde5b41 fix(python): disable ruff hover correctly (#1365)
* fix: disable ruff hover correctly

* better fix
2023-08-29 17:59:18 +02:00
Jakub Kozłowicz 377c0e397c feat(python): add more venv names (#1381) 2023-08-29 17:58:42 +02:00
Amaan Qureshi 73dc5a503f fix(clangd): update setup from upstream changes (#1308) 2023-08-29 17:57:09 +02:00
Võ Quang Chiến 566049aa4a feat(treesitter): add jsdoc to ensure_installed (#1252)
better highlighting for jsdoc comment
2023-07-30 11:10:45 +02:00
Jonas Holst Damtoft a62a5942de fix(yaml): yaml validate and enable line folding (#1251)
* fix(yaml): enable validate

see https://github.com/redhat-developer/yaml-language-server#language-server-settings

* feat(yaml): support line folding
2023-07-30 11:09:44 +02:00