Commit graph

2623 commits

Author SHA1 Message Date
LostNeophyte
f5454fb860
feat(alpha): allow configuring highlight groups (#3532)
* fix(alpha): make highlights overridable

Co-authored-by: CPea <42694704+cpea2506@users.noreply.github.com>

* feat: make opts overridable

* refactor: add default autostart to opts

* feat: default_button_opts

* Apply suggestions from code review

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>

Co-authored-by: CPea <42694704+cpea2506@users.noreply.github.com>
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-11-29 08:50:24 +01:00
LostNeophyte
84ce0803e1
ci: update issue templates (#3540) 2022-11-28 19:13:08 +01:00
LostNeophyte
979e5930a8
fix(alpha): make dashboard responsive (#3505)
fixes https://github.com/LunarVim/LunarVim/issues/3279
2022-11-28 19:11:39 +01:00
LostNeophyte
fb7da7bc78
perf: handle big files better (#3449)
fixes https://github.com/LunarVim/LunarVim/issues/3393
2022-11-28 19:11:06 +01:00
LostNeophyte
9347abc1d4 fix(breadcrumbs): use hlgroup from web devicons in breadcrumbs (#3342) 2022-11-28 19:08:43 +01:00
rob
495ede0c4f
feat(installer): list dependencies that will be installed (#3523)
* [installer] Describe which dependencies for Python, NPM, and Rust get installed

* Fix formatting

* Further formatting fixes

* Normalise dependency installation code
2022-11-27 17:33:55 +01:00
LostNeophyte
1fbcaf81dc
fix(bufkill): wait for user's input (#3535) 2022-11-27 14:18:49 +01:00
AndreiLosev
731a3915e1
fix(breadcrumbs): E36 Not enough space when using dap-ui Eval (#3533)
fix `E36 Not enough space` when using dap-ui `Eval`

Co-authored-by: Losev Andrei <losev@aheadworks.com>
2022-11-26 22:36:13 -05:00
github-actions[bot]
4d03f65cae
chore: bump plugins version (#3506)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-22 16:38:59 +01:00
LostNeophyte
4790540b39
docs: github pull request template update (#3512)
* docs: github pull request template update

* fix: docs

as suggested by @lostneophyte

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>

* chore: fix my(LostNeophyte) mistakes

Co-authored-by: Daniel Rodríguez Rivero <rdanielo@gmail.com>
2022-11-22 16:28:40 +01:00
Vaisakh K M
57ae7581bf
fix(uninstaller): correct a sentence in help (#3511)
* fix(uninstaller): fixing a wrong sentence in help 
* fix: double space

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
2022-11-22 14:38:46 +01:00
Vaisakh K M
40ec8a0e6a
fix(uninstaller): add separate flag to remove user config (#3508) 2022-11-21 23:26:20 -05:00
github-actions[bot]
6132a30dff
chore: bump plugins version (#3483) 2022-11-21 13:30:34 +01:00
Nefendi
38ddcb4501
chore(breadcrumbs): remove Markdown from excluded file types (#3196)
The output of `vim.bo.filetype` for Markdown files is `markdown` not
`Markdown` so this entry did nothing.
2022-11-21 12:50:25 +07:00
Philipp Bokatius
bc420500e5
chore: update docker branch to latest release for "Try it first" (#3500)
chore: update docker branch for "Try it first"
2022-11-18 14:43:35 -05:00
Dev
a8957a9d36
fix: discard invalid choice when closing buffers (#3488) 2022-11-18 09:28:02 +01:00
Nitai Charan
b42e8c3c73
fix(nvimtree): avoid hard-coded mapping (#3492) 2022-11-18 09:24:58 +01:00
LostNeophyte
40c8d5aea6
fix(autocmds): remove spell autocmd (#3487) 2022-11-17 21:04:42 -05:00
carsakiller
88b114424d
fix(lsp): sumneko-lua library scanning (#3484)
fixes https://github.com/LunarVim/LunarVim/issues/3439
2022-11-17 17:03:27 +01:00
github-actions[bot]
468e915724
chore: bump plugins version (#3443) 2022-11-16 11:27:37 +01:00
LostNeophyte
1a4233ea8d
fix(bufferline): fallback to empty table if buf_nums is nil (#3473)
fixes https://github.com/LunarVim/LunarVim/issues/3367
2022-11-16 11:21:50 +01:00
kylo252
358ebdfe71
fix(tree-sitter): force update bundled parsers (#3475) 2022-11-16 11:13:41 +01:00
LostNeophyte
ae89f07377
fix(bufkill): wrap around correctly (#3461) 2022-11-14 11:44:53 +01:00
LostNeophyte
dd54887bba
docs(contributing): make it clear how to title PRs (#3463) 2022-11-14 11:24:48 +01:00
Jonathan Cooper
e9c43ca9b3
fix(installer): fix syntax error with powershell installer (#2875) 2022-11-14 11:13:24 +01:00
opalmay
8474a06b43
fix(lsp): some servers have dynamic commands (#3471) 2022-11-14 10:16:49 +01:00
LostNeophyte
5fb3f07c7b
fix(packer): increase clone timeout in headless (#3470)
* fix(packer): increase clone timeout in headless

* refactor: set timeout to 300

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-11-13 17:40:16 +01:00
Marco Pas
f08a997209
refactor: move dap keybindings to which key (#3459) 2022-11-11 22:01:15 -05:00
kylo252
87cde2f6a7
feat: configure dap logging (#3454) 2022-11-10 16:11:55 +01:00
Christian Chiarulli
73d225fffb fix: cmp will behave closer to how people expect 2022-11-10 09:06:55 -05:00
Abouzar Parvan
5e051afbb1
fix(lsp): disable annoying popup for sumneko-lua (#3445) 2022-11-09 12:01:27 +01:00
Ihor Strecheniuk
fb7385fd8a
fix: add dap-ui config to lvim.builtin.dap (#3386) 2022-11-09 11:56:20 +01:00
github-actions[bot]
43a6ebbf5a
chore: bump plugins version (#3425) 2022-11-07 22:55:21 -05:00
LostNeophyte
63c31900ad
fix(autopairs): attach confirm_done only once (#3430) 2022-11-07 22:54:38 -05:00
barseek
8bca78318c
fix(autocmds): add separate autoreload config group (#3436) 2022-11-07 22:53:47 -05:00
James L
1a1ab91ed0
feat: add command & keybind to view docs (#3426) 2022-11-07 22:52:51 -05:00
kylo252
222a872dcc
fix(config): use a minimal bootstrap for mason (#3427) 2022-11-05 16:46:52 +01:00
kylo252
58e0555b4c chore(release): update changelog 2022-11-05 12:24:37 +01:00
kylo252
517cbc069a
ci: test commitlint on pr title (#3262) 2022-11-05 11:04:46 +01:00
Tommy Au
f0ed89d17c
fix(installer): use quotes in set-alias (#3408) 2022-11-05 10:50:23 +01:00
LostNeophyte
9aa9bce3bc
fix(bufferline): use buf kill on close (#3422) 2022-11-05 10:42:26 +01:00
Christian Chiarulli
08d3c056ff chore: format on save off by default
chore: check if table
2022-11-04 17:32:46 -04:00
Christian Chiarulli
57c159fe3c feat: only use orange branch for lunar colorscheme 2022-11-04 13:43:30 -04:00
Christian Chiarulli
be9ea09df1 chore: don't override colors for location 2022-11-04 13:36:22 -04:00
Christian Chiarulli
8794ff76f5 chore: remove separator 2022-11-04 13:32:50 -04:00
Christian Chiarulli
5ba80b10cf
feat: use our own colorscheme, decouple from tokyonight (#3378)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-11-04 12:57:24 -04:00
LostNeophyte
e10a8cca56
fix(installer): Use master in windows installer (#3421) 2022-11-04 12:56:33 -04:00
Christian Chiarulli
c006598434 chore: use bigger chevrons 2022-11-04 11:12:12 -04:00
Jonathan Wren
313191169e
feature: Add chevron to breadcrumbs (with matching highlight group) (#3380) 2022-11-04 11:00:02 -04:00
LostNeophyte
060116eff0
fix(logger): set console logging to sync (#3379) 2022-11-04 15:45:31 +01:00