Commit graph

2642 commits

Author SHA1 Message Date
LostNeophyte
277079ff45
ci: enable format workflow on master (#3623) 2022-12-16 12:58:35 +01:00
mmcdole
b365c7fc13
feat(dap): update dap ui to resize when toggled (#3606)
Update DAP ui to resize when toggled
2022-12-16 03:43:36 -05:00
LostNeophyte
59fff1ea32
feat(lsp): focusable line diagnostics (#3622) 2022-12-16 03:42:12 -05:00
LostNeophyte
43ed9bda2c
fix(snapshots): correct tokyonight commit sha (#3620) 2022-12-16 03:35:34 -05:00
Elias Roa
7905ec6f1e
fix(config): fix typo in example configs (#3611) 2022-12-14 22:25:25 +01:00
Mathieu Cartaud
f50e49a3cc
feat(cmp): add on_config_done callback (#3589) 2022-12-13 16:25:55 +01:00
LostNeophyte
133024533a
fix(lsp): add neocmake to skipped_servers (#3597) 2022-12-13 16:22:53 +01:00
LostNeophyte
3166cc00b0
fix(alpha): check height of the aplha window (#3585) 2022-12-12 15:11:28 +01:00
LostNeophyte
f02b0585a8
fix: only call theme's setup if it's selected (#3586) 2022-12-12 15:06:02 +01:00
github-actions[bot]
d3ade21d85
chore: bump plugins version (#3518)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-12-11 16:43:38 +01:00
Zephaniah Ong
c336ee5150
ci: restrict scheduled workflows to lunarvim (#3591) 2022-12-11 16:18:29 +01:00
LostNeophyte
245a71c9f7
feat(telescope): add lvim.builtin.telescope.theme (#3548)
fixes https://github.com/LunarVim/LunarVim/issues/3406
2022-12-08 12:11:13 +01:00
LostNeophyte
33e0960ba3
fix(terminal): use user's shell in execs (#3531)
fixes https://github.com/LunarVim/LunarVim/issues/3526
2022-12-05 11:46:40 +01:00
LostNeophyte
763af07570
ci: better issue templates description (#3571) 2022-12-05 11:43:26 +01:00
Hamothy
9239a25fa7
feat: support 'hrsh7th/cmp-cmdline' by default (#3545) 2022-12-05 11:42:38 +01:00
Daniel Rodríguez Rivero
6fc015565f
feat(wich-key): binding to save without formatting (#3165)
use `<leader>bW` to save without triggering the autocmd for formatting
2022-12-01 11:39:53 +01:00
Gowa2017
02de1b1e0b
fix: startify theme button bugfix (#3557) 2022-12-01 11:37:45 +01:00
LostNeophyte
5d69279262
fix(dashboard): remove feedkeys (#3558) 2022-12-01 11:14:46 +01:00
LostNeophyte
13ac270020
refactor: simplify example config (#3519)
* fix: update default config

* refactor: simplify default config

* refactor: apply code review suggestions
2022-11-29 15:25:35 +01:00
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