Commit Graph
1278 Commits
Author SHA1 Message Date
Folke Lemaitre 6e0e01f5b4 fix(config): fixed issues related to LazyFile. Fixes #1601 2023-10-06 15:40:27 +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
github-actions[bot] 3823f177e9 chore(build): auto-generate vimdoc 2023-10-06 07:03:24 +00:00
Latif Sulistyo f1ea518e29 fix(which-key): change surround group key (#1598) 2023-10-06 09:02:45 +02:00
github-actions[bot] cce46cd640 chore(main): release 9.1.1 (#1597)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v9.1.1
2023-10-06 01:02:16 +02:00
Folke Lemaitre 337cfdbec4 fix(ui): include extmark signs in signcolumn. Fixes #1596 2023-10-05 23:34:32 +02:00
Folke Lemaitre b2af941290 ci: disable blank issues 2023-10-05 16:33:01 +02:00
github-actions[bot] f219364656 chore(main): release 9.1.0 (#1592)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v9.1.0
2023-10-05 16:03:46 +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
github-actions[bot] 6f6d587998 chore(build): auto-generate vimdoc 2023-10-05 06:08:38 +00:00
Folke Lemaitre d3e7f7717e fix(tailwind): allow overriding filetypes. Fixes #1590 2023-10-05 08:07:56 +02:00
github-actions[bot] 49b91b6b1f chore(main): release 9.0.2 (#1589)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v9.0.2
2023-10-04 21:10:17 +02:00
Folke Lemaitre 86de423ef0 fix(treesitter): dont enable ]c, [c, ... in diff-mode 2023-10-04 21:00:32 +02:00
Folke Lemaitre 0cc80b1b05 fix(autocmds): last_loc autocmd didn't work correctly for first opened file 2023-10-04 20:40:11 +02:00
Folke Lemaitre 7272b3e4b5 fix(bufferline): load bufferline on VeryLazy. Fixes #1587 2023-10-04 20:04:56 +02:00
github-actions[bot] b58446f7b3 chore(main): release 9.0.1 (#1585)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v9.0.1
2023-10-04 18:09:31 +02:00
Folke Lemaitre d989ecc943 fix(options): only enable treesitter foldexpr on nightly. Fixes #1581 2023-10-04 18:07:21 +02:00
Folke Lemaitre 3849e0150b fix(ui): show global marks in the correct buffer only 2023-10-04 17:53:00 +02:00
Folke Lemaitre 1abcffbfd9 fix(alpha): use <cmd> instead of : for shortcuts 2023-10-04 16:44:29 +02:00
github-actions[bot] c490c61d07 chore(main): release 9.0.0 (#1576)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v9.0.0
2023-10-04 15:03:00 +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 2f16a7b2d9 perf(config): add LazyVim to the rtp early for faster spec loading 2023-10-04 13:44:03 +02:00
Folke Lemaitre 3833a7d1ce style: removed dead code 2023-10-04 13:19:12 +02:00
Folke Lemaitre bd2ac542a0 feat(ui): show alpha marks in statuscolumn 2023-10-04 12:48:37 +02:00
Folke Lemaitre 35053290bf fix(ui): use custom fold when treesitter foldtext returns a string 2023-10-04 12:47:24 +02:00
Folke Lemaitre 417de0193d feat(extras): added extra for dashboard.nvim 2023-10-04 12:44:01 +02:00
github-actions[bot] a12d4bd4e4 chore(build): auto-generate vimdoc 2023-10-04 08:49:22 +00:00
Folke Lemaitre afc8e7f8ca fix(autocmds): retore last location for correct buffer 2023-10-04 10:48:20 +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 f15dd301e5 style: fixed lua annotations 2023-10-04 10:43:44 +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 5f0713d2b6 feat(treesitter): map vim to @namespace.builtin 2023-10-03 20:17:33 +02:00
github-actions[bot] 758520dcbb chore(main): release 8.4.4 (#1575)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v8.4.4
2023-10-03 19:00:20 +02:00
Folke Lemaitre ccff8683ba fix(ui): work-around for telescope issue with treesitter folds 2023-10-03 18:57:05 +02:00
github-actions[bot] 0e16033e9c chore(main): release 8.4.3 (#1573)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v8.4.3
2023-10-03 18:30:22 +02:00
Folke Lemaitre 6cf6b0a624 fix(ui): always pad to 2 cells for status column icons. Fixes #1571 2023-10-03 18:28:05 +02:00
github-actions[bot] e08813fa11 chore(main): release 8.4.2 (#1570)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v8.4.2
2023-10-03 18:22:19 +02:00
Folke Lemaitre e105c9daf6 perf(options): better detection for foldtext,statuscolumn,folexpr support 2023-10-03 18:19:32 +02:00
Folke Lemaitre 1b74d67a0d fix(ui): fixed foldtext on Neovim < 0.10 2023-10-03 17:35:14 +02:00
Folke Lemaitre b1ad48067e fix(nvim-lint): dont evaluate conditions for linter functions. Fixes #1569 2023-10-03 16:32:05 +02:00
github-actions[bot] 63467c1f21 chore(main): release 8.4.1 (#1568)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v8.4.1
2023-10-03 15:55:11 +02:00
Folke Lemaitre 13e9f6e6b5 fix(ui): check folds of the statuscolumn win instead of current win 2023-10-03 15:53:11 +02:00
github-actions[bot] 6428fc167c chore(main): release 8.4.0 (#1564)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
v8.4.0
2023-10-03 15:10:22 +02:00