summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2023-01-09fix(ts): disable indent for c and cpp (#3687)LostNeophyte
2023-01-07feat: update setup tables (#3693)opalmay
* feat(nvim-tree): update setup table * chore: lint * fix: move option to correct place * feat(illuminate): update setup table * feat(which-key): update setup table * feat(project.nvim): update setup table * feat(gitsigns): update setup table * chore: lint * feat(lir): update setup table
2023-01-07refactor: use lir fork in the org (#3694)opalmay
2023-01-05chore: bump plugins version (#3652)github-actions[bot]
* chore: bump plugins version * fix(lsp): add ruff-lsp to the skipped list * chore: bump plugins version Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kylo252 <[email protected]>
2022-12-26feat(reload): add all conf files to aupat (#3644)LostNeophyte
2022-12-23chore: bump plugins version (#3609)github-actions[bot]
2022-12-22feat: use codicons that are available for nerdfonts now (#3646)Christian Chiarulli
2022-12-21feat(keybindings): operator pending mode (#3626)LostNeophyte
2022-12-20feat: don't prompt smart quit when buffer open in another window (#3636)opalmay
2022-12-17refactor(autocmds): clean up filetype detection rules (#3625)kylo252
* refactor(lua): simplify gf utility * refactor(autocmds): cleanup * refactor(ftdetect): use vim.filetype.add instead
2022-12-16ci: enable format workflow on master (#3623)LostNeophyte
2022-12-16feat(dap): update dap ui to resize when toggled (#3606)mmcdole
Update DAP ui to resize when toggled
2022-12-16feat(lsp): focusable line diagnostics (#3622)LostNeophyte
2022-12-13feat(cmp): add on_config_done callback (#3589)Mathieu Cartaud
2022-12-13fix(lsp): add neocmake to skipped_servers (#3597)LostNeophyte
2022-12-12fix(alpha): check height of the aplha window (#3585)LostNeophyte
2022-12-12fix: only call theme's setup if it's selected (#3586)LostNeophyte
2022-12-08feat(telescope): add `lvim.builtin.telescope.theme` (#3548)LostNeophyte
fixes https://github.com/LunarVim/LunarVim/issues/3406
2022-12-05fix(terminal): use user's shell in execs (#3531)LostNeophyte
fixes https://github.com/LunarVim/LunarVim/issues/3526
2022-12-05feat: support 'hrsh7th/cmp-cmdline' by default (#3545)Hamothy
2022-12-01feat(wich-key): binding to save without formatting (#3165)Daniel Rodríguez Rivero
use `<leader>bW` to save without triggering the autocmd for formatting
2022-12-01fix: startify theme button bugfix (#3557)Gowa2017
2022-12-01fix(dashboard): remove feedkeys (#3558)LostNeophyte
2022-11-29feat(alpha): allow configuring highlight groups (#3532)LostNeophyte
* fix(alpha): make highlights overridable Co-authored-by: CPea <[email protected]> * feat: make opts overridable * refactor: add default autostart to opts * feat: default_button_opts * Apply suggestions from code review Co-authored-by: kylo252 <[email protected]> Co-authored-by: CPea <[email protected]> Co-authored-by: kylo252 <[email protected]>
2022-11-28fix(alpha): make dashboard responsive (#3505)LostNeophyte
fixes https://github.com/LunarVim/LunarVim/issues/3279
2022-11-28perf: handle big files better (#3449)LostNeophyte
fixes https://github.com/LunarVim/LunarVim/issues/3393
2022-11-28fix(breadcrumbs): use hlgroup from web devicons in breadcrumbs (#3342)LostNeophyte
2022-11-27fix(bufkill): wait for user's input (#3535)LostNeophyte
2022-11-26fix(breadcrumbs): `E36 Not enough space` when using dap-ui `Eval` (#3533)AndreiLosev
fix `E36 Not enough space` when using dap-ui `Eval` Co-authored-by: Losev Andrei <[email protected]>
2022-11-21chore(breadcrumbs): remove `Markdown` from excluded file types (#3196)Nefendi
The output of `vim.bo.filetype` for Markdown files is `markdown` not `Markdown` so this entry did nothing.
2022-11-18fix: discard invalid choice when closing buffers (#3488)Dev
2022-11-18fix(nvimtree): avoid hard-coded mapping (#3492)Nitai Charan
2022-11-17fix(autocmds): remove spell autocmd (#3487)LostNeophyte
2022-11-17fix(lsp): sumneko-lua library scanning (#3484)carsakiller
fixes https://github.com/LunarVim/LunarVim/issues/3439
2022-11-16fix(bufferline): fallback to empty table if `buf_nums` is nil (#3473)LostNeophyte
fixes https://github.com/LunarVim/LunarVim/issues/3367
2022-11-16fix(tree-sitter): force update bundled parsers (#3475)kylo252
2022-11-14fix(bufkill): wrap around correctly (#3461)LostNeophyte
2022-11-14fix(lsp): some servers have dynamic commands (#3471)opalmay
2022-11-13fix(packer): increase clone timeout in headless (#3470)LostNeophyte
* fix(packer): increase clone timeout in headless * refactor: set timeout to 300 Co-authored-by: kylo252 <[email protected]> Co-authored-by: kylo252 <[email protected]>
2022-11-11refactor: move dap keybindings to which key (#3459)Marco Pas
2022-11-10feat: configure dap logging (#3454)kylo252
2022-11-10fix: cmp will behave closer to how people expectChristian Chiarulli
2022-11-09fix(lsp): disable annoying popup for sumneko-lua (#3445)Abouzar Parvan
2022-11-09fix: add dap-ui config to lvim.builtin.dap (#3386)Ihor Strecheniuk
2022-11-07fix(autopairs): attach confirm_done only once (#3430)LostNeophyte
2022-11-07fix(autocmds): add separate autoreload config group (#3436)barseek
2022-11-07feat: add command & keybind to view docs (#3426)James L
2022-11-05fix(config): use a minimal bootstrap for mason (#3427)kylo252
2022-11-05fix(bufferline): use buf kill on close (#3422)LostNeophyte
2022-11-04chore: format on save off by defaultChristian Chiarulli
chore: check if table