Commit graph

598 commits

Author SHA1 Message Date
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
Folke Lemaitre
7272b3e4b5
fix(bufferline): load bufferline on VeryLazy. Fixes #1587 2023-10-04 20:04:56 +02:00
Folke Lemaitre
1abcffbfd9
fix(alpha): use <cmd> instead of : for shortcuts 2023-10-04 16:44:29 +02:00
Folke Lemaitre
79010ae671
fix(nvim-lint): dont try merging function linters 2023-10-04 14:45:45 +02:00
Folke Lemaitre
f4750859f2
fix(conform): dont try merging function formatters. Fixes #1582 2023-10-04 14:44:24 +02:00
Folke Lemaitre
9f034ab106
fix(conform): dont try to merge formatter functions 2023-10-04 14:41:00 +02:00
Folke Lemaitre
3833a7d1ce
style: removed dead code 2023-10-04 13:19:12 +02:00
Folke Lemaitre
417de0193d
feat(extras): added extra for dashboard.nvim 2023-10-04 12:44:01 +02:00
Folke Lemaitre
936d74bb61
perf: added support for LazyFile event that properly loads file based plugins without blocking the ui 2023-10-04 10:45:10 +02:00
Folke Lemaitre
d28c69e49e
feat(mini.surround)!: default surround mappings are now gs instead of gz (unless you enabled the leap extra) 2023-10-04 00:25:44 +02:00
Folke Lemaitre
0e66ef8393
feat(treesitter): added ]f, [f, ]F, [F, ]c, ]C, [c, [C for treesitter-textobjects 2023-10-04 00:21:47 +02:00
Ahmed W
626ae1338a
feat(typescript): add typescriptreact/javascriptreact to types (#1574)
* feat(typescript): add typescriptreact/javascriptreact to types

* remove unneeded values

* revert settings change
2023-10-03 23:40:32 +02:00
Folke Lemaitre
b1ad48067e
fix(nvim-lint): dont evaluate conditions for linter functions. Fixes #1569 2023-10-03 16:32:05 +02:00
Folke Lemaitre
86d3694672
feat(conform): added new keymap (leader-cF) to format injected languages 2023-10-02 20:59:00 +02:00
loqusion
7c5a458761
fix(indent-blankline): set config.indent.tab_char (#1552)
See lukas-reineke/indent-blankline.nvim#665.
2023-10-02 12:23:08 +02:00
Folke Lemaitre
4ff51cd678
feat(mini.files): added lsp rename support to mini.files 2023-10-02 11:02:56 +02:00
Folke Lemaitre
766d5e5bf7
feat(conform): set vim.opt.formatexpr 2023-10-01 23:36:26 +02:00
Folke Lemaitre
9b16770573
fix(format): moved formatting keymap to lua/lazyvim/config/keymaps.lua 2023-10-01 23:31:24 +02:00
Folke Lemaitre
e36f7d811c
feat(format): show warning when no formatter ran when using the format keymap 2023-10-01 23:30:56 +02:00
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