summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-18chore: update docker branch to latest release for "Try it first" (#3500)Philipp Bokatius
chore: update docker branch for "Try it first"
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-16chore: bump plugins version (#3443)github-actions[bot]
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-14docs(contributing): make it clear how to title PRs (#3463)LostNeophyte
2022-11-14fix(installer): fix syntax error with powershell installer (#2875)Jonathan Cooper
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-07chore: bump plugins version (#3425)github-actions[bot]
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-05chore(release): update changelog1.2.0kylo252
2022-11-05ci: test commitlint on pr title (#3262)kylo252
2022-11-05fix(installer): use quotes in set-alias (#3408)Tommy Au
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
2022-11-04feat: only use orange branch for lunar colorschemeChristian Chiarulli
2022-11-04chore: don't override colors for locationChristian Chiarulli
2022-11-04chore: remove separatorChristian Chiarulli
2022-11-04feat: use our own colorscheme, decouple from tokyonight (#3378)Christian Chiarulli
Co-authored-by: kylo252 <[email protected]>
2022-11-04fix(installer): Use master in windows installer (#3421)LostNeophyte
2022-11-04chore: use bigger chevronsChristian Chiarulli
2022-11-04feature: Add chevron to breadcrumbs (with matching highlight group) (#3380)Jonathan Wren
2022-11-04fix(logger): set console logging to sync (#3379)LostNeophyte
2022-11-04refactor(config): better deprecation handling (#3419)kylo252
2022-11-04docs: update colors for links in readmeChristian Chiarulli
2022-11-04chore: bump plugins version (#3418)github-actions[bot]
2022-11-04fix(terminal): slightly bigger vertical terminalChristian Chiarulli
2022-11-04fix(config): more comprehensive cache reset (#3416)kylo252
2022-11-04chore: bump plugins version (#3389)github-actions[bot]
2022-11-02fix: rollback plugin loader changes (#3402)Christian Chiarulli
2022-11-02fix: don't complete in prompt ftChristian Chiarulli
2022-11-02feat: breadcrumbs autocommand only runs when active (#3399)Christian Chiarulli
2022-11-02feat: toggle cmp active (#3398)Christian Chiarulli
2022-11-02fix: revert ColorScheme autocmd execution (#3397)LostNeophyte
2022-11-02feat: dynamic or fixed toggle terminal size (#3110)Gabriele Musco
2022-11-02refactor(theme)!: decouple tokyonight options (#3384)kylo252