Commit Graph
1005 Commits
Author SHA1 Message Date
Folke Lemaitre 9d17c43087 perf: dont't load schemastore as an lspconfig dep 2023-10-01 16:21:18 +02:00
Folke Lemaitre 2aea5c7210 feat: show error and exit Neovim when version is too old 2023-10-01 14:18:25 +02:00
Folke Lemaitre 9935dc3944 fix: cleanup all Neovim < 0.9.0 code 2023-10-01 14:18:25 +02:00
github-actions[bot] b8ffa5261a chore(build): auto-generate vimdoc 2023-10-01 12:01:59 +00:00
Folke Lemaitre bfe04222fe docs!: LazyVim now requires Neovim >= 0.9.0 2023-10-01 14:01:12 +02:00
github-actions[bot] f7655a83c5 chore(build): auto-generate vimdoc 2023-10-01 08:22:12 +00:00
Mark Tareshawty 9bb4e8755f feat: replace Copilot icon with logo (#1539) 2023-10-01 10:21:35 +02:00
github-actions[bot] 4a2c89cd1d chore(main): release 7.0.3 (#1536)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v7.0.3
2023-10-01 00:29:14 +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
github-actions[bot] 5eca3dc3bb chore(main): release 7.0.2 (#1532)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v7.0.2
2023-09-30 18:08:39 +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
github-actions[bot] bd48536335 chore(build): auto-generate vimdoc 2023-09-30 15:48:50 +00:00
loqusion 1c878b9d06 fix(format): allow custom_format to return early (#1531) 2023-09-30 17:48:19 +02:00
github-actions[bot] 6f9adbd4fb chore(main): release 7.0.1 (#1523)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v7.0.1
2023-09-29 16:52:39 +02:00
Folke Lemaitre ff5f5886db fix(nvim-lint): dont use default configured linters from nvim-lint 2023-09-29 16:49:59 +02:00
github-actions[bot] 300350686f chore(main): release 7.0.0 (#1521)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v7.0.0
2023-09-29 16:14:13 +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
github-actions[bot] 3c448a1be1 chore(build): auto-generate vimdoc 2023-09-29 09:53:29 +00: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
github-actions[bot] 274649e923 chore(main): release 6.4.3 (#1514)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v6.4.3
2023-09-28 12:04:36 +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
github-actions[bot] b25559d397 chore(main): release 6.4.2 (#1510)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v6.4.2
2023-09-28 07:46:31 +02:00
github-actions[bot] ee068d8399 chore(build): auto-generate vimdoc 2023-09-28 05:41:46 +00:00
Folke Lemaitre db86635e32 fix(indent-blankline): upgrade ibl config to v3 2023-09-28 07:41:00 +02:00
github-actions[bot] a1ab7c6e32 chore(main): release 6.4.1 (#1505)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v6.4.1
2023-09-27 14:48:32 +02:00
github-actions[bot] b30ff44af5 chore(build): auto-generate vimdoc 2023-09-27 11:57:42 +00: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
github-actions[bot] 50401d358b chore(main): release 6.4.0 (#1495)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v6.4.0
2023-09-26 14:59:08 +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