Commit graph

2709 commits

Author SHA1 Message Date
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>
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>
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>
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>
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>
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>
2023-10-03 15:10:22 +02:00
Folke Lemaitre
762017dc35
fix(ui): better fallback for foldtext when buffer does not have TreeSitter 2023-10-03 15:05:01 +02:00
Folke Lemaitre
afbe2043a7
fix(ui): Neovim < 0.10 2023-10-03 14:59:26 +02:00
Folke Lemaitre
f1ce07510d
feat(ui): fancy fold text 2023-10-03 14:57:59 +02:00
Folke Lemaitre
364bcf325d
feat(ui): fancy status column 2023-10-03 14:56:55 +02:00
Folke Lemaitre
3f868aa825
feat(keymaps): added toggle for relative line numbers 2023-10-03 14:56:55 +02:00
github-actions[bot]
fecc5faca2 chore(build): auto-generate vimdoc 2023-10-03 06:02:56 +00:00
Folke Lemaitre
19926d2848
feat(options): enabled treesitter folding and foldtext when available 2023-10-03 08:02:15 +02:00
Folke Lemaitre
450e0c6beb
feat(options): enable smoothscroll on nightly 2023-10-03 08:02:15 +02:00
github-actions[bot]
4e277fcb8f
chore(main): release 8.3.0 (#1553)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-02 23:00:47 +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
github-actions[bot]
ecac59c982
chore(main): release 8.2.0 (#1551)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-02 11:27:12 +02:00
Folke Lemaitre
4ff51cd678
feat(mini.files): added lsp rename support to mini.files 2023-10-02 11:02:56 +02:00
github-actions[bot]
fe341e6b97 chore(build): auto-generate vimdoc 2023-10-02 05:41:09 +00:00
github-actions[bot]
0ca732e0ef
chore(main): release 8.1.0 (#1547)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-02 07:40:30 +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