Commit graph

836 commits

Author SHA1 Message Date
github-actions[bot]
68ff818a5b
chore(main): release 10.8.0 (#1874)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-04 11:12:37 +01:00
Jorge Villalobos
4312e5e283
feat(catppuccin): enable more integrations (#1922) 2023-11-04 11:09:01 +01:00
Folke Lemaitre
3986169823
fix(spectre): don't build nvim-spectre 2023-11-04 10:14:36 +01:00
Folke Lemaitre
b32b4fd581
fix(extras): dont show extras that give errors (user's extras). Fixes #1895 2023-10-28 16:38:43 +02:00
Folke Lemaitre
e01ad513aa
fix(sessions): added folds to sessions 2023-10-27 18:34:33 +02:00
Folke Lemaitre
4558407574
fix(plugin): LazyFile now properly deals with deleted buffers. Fixes #1877 2023-10-26 07:38:53 +02:00
André Freitas
09eafc60ef
fix(mini.indentscope): remove duplicated filetype (#1871) 2023-10-25 20:00:01 +02:00
github-actions[bot]
9a6b0f8928
chore(main): release 10.7.1 (#1870)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-25 17:52:35 +02:00
Folke Lemaitre
f589154268
fix(catppuccin): trouble integration. Fixes #1872 2023-10-25 17:23:37 +02:00
Folke Lemaitre
60e5707013
fix(util): pcall deletion of lazy_file augroup. See #1863 2023-10-25 15:54:35 +02:00
github-actions[bot]
028f69c03c
chore(main): release 10.7.0 (#1869)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-25 15:51:56 +02:00
58ddf405e0
fix(lang): add cmakelint to ensure installed list (#1826)
1. mason/cmakelang install bin/cmake-lint
2. nvim-lint only recognize bin/cmakelint
3. mason/cmakelint install bin/cmakelint
so we need mason/cmakelint installed to using nvim-lint to perform formatting
2023-10-25 15:50:02 +02:00
Jorge Villalobos
9e1f835223
feat(nvim): extend j/k enhancements to up/down arrows (#1833) 2023-10-25 15:48:45 +02:00
Amaan Qureshi
37953585bb
fix(extras.python-semshi): improve highlights (#1845) 2023-10-25 15:47:07 +02:00
金雄镕
61fae7d23f
fix: fix jdtls not spwaning in windows (#1864) 2023-10-25 15:46:39 +02:00
github-actions[bot]
6dfeeb8322
chore(main): release 10.6.0 (#1842)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-25 15:44:48 +02:00
Folke Lemaitre
b651560ad0
perf(markdown): prevent headlines.nvim slowing down initial rendering with nvim README.md 2023-10-25 15:40:57 +02:00
Folke Lemaitre
1e1b68d633
fix(treesitter): make treesitter queries available at startup. See #1816 Fixes #1858 2023-10-25 15:40:25 +02:00
Folke Lemaitre
eab464d52d
fix(markdown): create default numbered Headline groups for colorschemes that dont support them. Fixes #1822 2023-10-25 14:23:44 +02:00
Folke Lemaitre
a5c9708736
perf(ui): wrap treesitter.foldexpr and cache get_parser during a event loop tick. Fixes #1846 2023-10-25 14:05:32 +02:00
Folke Lemaitre
99598ef7c7
feat(telescope): sort buffers with lastused and mru 2023-10-25 14:05:32 +02:00
Folke Lemaitre
ef5ec9a3bf
style: added trouble ft for the next gen trouble 2023-10-25 14:05:32 +02:00
Evgeni Chasnovski
e55ab411b4
fix(mini.hipatterns): use extmark_opts instead of soft deprecated priority (#1841) 2023-10-22 14:44:08 +02:00
abeldekat
786a061eaa
style(dashboard): remove unnecessary brackets from keys, including extras (#1809)
* style(dashboard): remove unnecessary brackets from keys, including the p key from the project extras

* review Folke

---------

Co-authored-by: abeldekat <abel@nomail.com>
2023-10-20 13:27:10 +02:00
github-actions[bot]
e996eed750
chore(main): release 10.5.0 (#1800)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-19 20:14:17 +02:00
Aron Griffis
8df44b3bb5
feat(typescript): added remove unused imports (#1794) 2023-10-19 20:12:48 +02:00
Folke Lemaitre
82da2440e4
fix(nvim-ts-autotag): make it actually work :) 2023-10-19 19:54:36 +02:00
André Freitas
fad3777296
fix(tabnine): run :CmpTabnineHub automatically on build (#1788) 2023-10-19 07:54:19 +02:00
Folke Lemaitre
ea3155aef6
fix(conform): allow overriding all conform format options. Fixes #1790 2023-10-19 07:52:47 +02:00
Folke Lemaitre
98b51a608c
style(dashboard): make layout exactly the same as before 2023-10-19 07:52:47 +02:00
Folke Lemaitre
0ac8f6fb3b
fix(treesitter-context): set default max_lines=3 2023-10-19 07:52:47 +02:00
Jorge Villalobos
d73aee4a93
feat(dashboard): remove unnecessary brackets from keys (#1791) 2023-10-19 07:45:03 +02:00
github-actions[bot]
ae77bfda89
chore(main): release 10.4.4 (#1786)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-18 13:11:54 +02:00
Folke Lemaitre
7d8b3e8ef9
fix(project): don't let project.nvim change the cwd. Leads to too much confusion 2023-10-18 11:38:57 +02:00
github-actions[bot]
0e12b00743
chore(main): release 10.4.3 (#1771)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-18 00:06:46 +02:00
Folke Lemaitre
2e308d5440
fix(neotest): better integration with trouble: no longer steals focus and hides when all ok 2023-10-18 00:04:28 +02:00
Folke Lemaitre
5c1656729a
fix(dashboard): config shortcut when opening dashboard again. Fixes #1768 2023-10-17 18:28:06 +02:00
ian
1d4fbd3b2e
fix(keymaps): let keymap n and N opens folds (#1298)
It's strange that mappings to n and N do not open folds like its original behavior, so I append `zv` to manually open folds.
2023-10-17 18:03:34 +02:00
Folke Lemaitre
b0ded5c015
fix(dot): treesitter langs in dot extra were not added 2023-10-17 16:33:55 +02:00
github-actions[bot]
c711309a67
chore(main): release 10.4.2 (#1765)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-17 10:04:24 +02:00
Folke Lemaitre
af3ca06472
docs: fixed conform examples 2023-10-17 08:42:20 +02:00
Folke Lemaitre
315df373f2
fix(statuscolumn): correct line numbers & respect more options 2023-10-17 08:28:23 +02:00
github-actions[bot]
42ba1af40f
chore(main): release 10.4.1 (#1757)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-16 23:09:17 +02:00
Folke Lemaitre
ff64cc5399
fix(format): set formatexpr in options so users can override it. Fixes #1759 2023-10-16 23:01:18 +02:00
Kevin Traver
fef0b3f756
fix(ui): fix BufferLineClose commands (#1756)
BufferLine has capital letter l
2023-10-16 17:19:52 +02:00
github-actions[bot]
5926cda069
chore(main): release 10.4.0 (#1747)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-10-16 15:37:38 +02:00
Folke Lemaitre
3dbeda9d96
fix(markdown): add marksman to mason install 2023-10-16 12:44:41 +02:00
Folke Lemaitre
98db7ec0d2
perf(root): cache root detection. Fixes #1753 2023-10-16 12:42:54 +02:00
Folke Lemaitre
9517e64009
fix(root): root dir for windows. Fixes #1749 2023-10-16 08:35:35 +02:00
Folke Lemaitre
152e1c6692
feat(markdown): added headlines.nvim to markdown extra 2023-10-16 08:36:27 +02:00