Commit graph

531 commits

Author SHA1 Message Date
Folke Lemaitre
70f91956e7 perf(plugin): move all lazy.nvim related code to lazyvim.util.plugin 2023-10-12 11:48:02 +02:00
Folke Lemaitre
f1a8f24a36 feat(format): new LazyVim formatter with integrations for lsp/none-ls/conform/eslint/... 2023-10-12 11:48:02 +02:00
Folke Lemaitre
c8c929c9fd perf(util): split lazyvim.util in smaller separate modules 2023-10-12 11:48:02 +02:00
Folke Lemaitre
e8c26c70e2
refactor(eslint): use util.get_clients instead of deprecated method 2023-10-10 11:54:33 +02:00
Folke Lemaitre
599798a366
fix(treesitter): typo with commands 2023-10-10 11:07:58 +02:00
Folke Lemaitre
b1c9fd15bd
feat(dap): added run with args leader-ca. Fixes #1629 2023-10-10 11:06:00 +02:00
Folke Lemaitre
88d465c3ef
fix(hypr): automatically update/install hypr treesitter parser when needed 2023-10-10 07:51:02 +02:00
Folke Lemaitre
44984dcbe2
feat(telescope): add telescope-fzf-native by default. Will only be enabled if make is on your system. 2023-10-09 22:28:09 +02:00
Folke Lemaitre
0955129796
fix(project): make sure to load telescope extension after telescope ran setup 2023-10-09 22:11:17 +02:00
Folke Lemaitre
9a4b9aa804
refactor(edgy): make telescope optional 2023-10-09 20:16:02 +02:00
Folke Lemaitre
9357ea2881
fix(edgy): typo 2023-10-09 20:12:45 +02:00
Folke Lemaitre
fb70170058
feat(edgy): when edgy is enabled, use edgy's main window for Telescope to open results in 2023-10-09 20:12:07 +02:00
Folke Lemaitre
c0ce89fe62
feat(telescope): smarter way to determine the window to open a file in 2023-10-09 20:11:45 +02:00
Folke Lemaitre
9670c8a400
feat(dashboard): show loaded/count plugins on dashboard instead of just count 2023-10-09 12:49:33 +02:00
Folke Lemaitre
2c658a374d
style(cmp): dont include cmp-nvim-lsp as a dep of lspconfig 2023-10-09 11:34:58 +02:00
Folke Lemaitre
0a05888d99
fix(cmp): set default group_index to 1 to prevent issues with custom sources 2023-10-09 10:05:57 +02:00
Folke Lemaitre
d894556c37
feat(cmp): ctrl+CR will abort cmp and enter a new line 2023-10-09 09:51:55 +02:00
jyuan0
1779858426
fix(black): remove unknown blackd from conform (#1640) 2023-10-09 09:15:15 +02:00
Folke Lemaitre
b05783de8c
feat(codeium): added lualine component with codeium status similar to copilot 2023-10-09 09:13:14 +02:00
Folke Lemaitre
22271cdbbc
refactor(copilot): dont use deprecated get_clients 2023-10-09 09:12:48 +02:00
Folke Lemaitre
bff3a99697
feat(cmp): removed priority comparator in favor of source priorities for copilot/codeium 2023-10-09 09:12:29 +02:00
Folke Lemaitre
eddd3af351
feat(cmp): added custom comparator to prioritize AI sources like copilot and codeium 2023-10-09 00:06:58 +02:00
Folke Lemaitre
dd55cbdc99
fix(lualine): only show statusline as soon as lualine loads 2023-10-08 23:27:46 +02:00
Folke Lemaitre
838ce85ad6
fix(bufferline): fix bufferline when restoring a session 2023-10-08 23:00:25 +02:00
Markis Taylor
5219cad564
feat(black): added an extra for black with none-ls & conform.nvim (#1245)
* feat(black): added an extra for black with null-ls

* fix: update to none-ls/conform
2023-10-08 22:34:06 +02:00
Folke Lemaitre
de93848f58
fix(cmp): properly set cmp group_index to fix issues with copilot and other sources (#1639) 2023-10-08 22:32:03 +02:00
Folke Lemaitre
51e25a94b4
fix(plugins): make sure init specs are loaded first 2023-10-08 20:24:45 +02:00
Folke Lemaitre
33c677a55e
fix(yaml): yaml schemas are a dict, not a list, so merge properly. Fixes #1636 2023-10-08 19:29:00 +02:00
Folke Lemaitre
e11a3cbe80
fix(config): trigger LazyFile additionally on BufWritePre for saving unnamed files 2023-10-08 15:17:50 +02:00
Folke Lemaitre
639a6e7545
feat(extra): add extra util.dot that configures multiple ft and treesitter langs when needed 2023-10-08 13:45:57 +02:00
Folke Lemaitre
c9bbb922e5
feat(treesitter): add diff, jsonc and yaml by default 2023-10-08 12:56:27 +02:00
Folke Lemaitre
6b837e9165
style: lua annotations and handle deprecated methods 2023-10-08 10:45:38 +02:00
Folke Lemaitre
1bc78272da
feat(keymaps): added support for lazy's per-mode keymap disabling 2023-10-08 10:15:28 +02:00
Andreas Gerlach
af9e452854
feat(codeium): add codeium extra (#1619)
* [feat] add codeium extension

* PR comments
2023-10-07 21:09:36 +02:00
Folke Lemaitre
9372d78e7e
feat(nlua): make lua dap keybindings buffer-local 2023-10-07 21:08:18 +02:00
Folke Lemaitre
30d573502a
fix(alpha): reset laststatus when alpha unloads. Fixes #1623 2023-10-07 21:08:18 +02:00
Radvil
3c92fa4eb0
perf(navic): enable lazy_update_context option to update context on "CursorHold" instead of of using default "CursorMove" (#1620)
Co-authored-by: Radvil <radvil@@access-mobile.com>
2023-10-07 20:42:33 +02:00
Folke Lemaitre
1935486ff1
fix(treesitter-textobjects): use normal ]c,]C,[c,[C when in diff-mode instead of goto class. Fixes #1610 2023-10-07 15:06:13 +02:00
jyuan0
237be9e3a7
fix(rust): explicitly enable nvim-cmp source registration for crates (#1609) 2023-10-07 11:45:03 +02:00
Folke Lemaitre
fb110e76d8
docs(conform): conform condition example 2023-10-06 23:25:24 +02:00
Folke Lemaitre
d8f4382dd3
fix(tailwind): nil check for filetypes_include. Fixes #1607 2023-10-06 23:06:51 +02:00
Folke Lemaitre
54df3e26ac
feat(bufremove): ask to save changes before trying to remove a buffer 2023-10-06 18:43:54 +02:00
Folke Lemaitre
a1c5886947
feat(conform): ignore formatting errors for injected languages and fix condition example 2023-10-06 09:26:14 +02:00
Folke Lemaitre
8a1de2b90a
fix(elixir): only enable credo when installed. Fixes #1546 2023-10-06 09:18:07 +02:00
Latif Sulistyo
f1ea518e29
fix(which-key): change surround group key (#1598) 2023-10-06 09:02:45 +02:00
Jonas Holst Damtoft
6f1cdfe4bd
feat(dashboard): add projects if enabled (#1595) 2023-10-05 15:59:44 +02:00
Folke Lemaitre
1eb019274b
fix(options): set default laststatus=3 and set it to 0 before loading dashboard to prevent flickering 2023-10-05 10:43:21 +02:00
Folke Lemaitre
d6b56c075e
fix(dasboard): disable alpha only once 2023-10-05 09:53:50 +02:00
Folke Lemaitre
d3e7f7717e
fix(tailwind): allow overriding filetypes. Fixes #1590 2023-10-05 08:07:56 +02:00
Folke Lemaitre
86de423ef0
fix(treesitter): dont enable ]c, [c, ... in diff-mode 2023-10-04 21:00:32 +02:00