summaryrefslogtreecommitdiff
path: root/lua/lvim/core
AgeCommit message (Collapse)Author
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-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-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: 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
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-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-04fix(terminal): slightly bigger vertical terminalChristian 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-02feat: dynamic or fixed toggle terminal size (#3110)Gabriele Musco
2022-11-02refactor(theme)!: decouple tokyonight options (#3384)kylo252
2022-11-01perf(treesitter): disable in big files (#3268)LostNeophyte
* perf(treesitter): disable in big files * fix: disable `use_treesitter` in indentlines and remove vim.schedule * refactor(treesitter): use `vim.schedule` * perf: set nocursorline in big json files * perf: disable more things in big files * chore: format
2022-11-01fix(breadcrumbs) Performance issue, change CursorMoved event to CursorHoldI ↵Junyi Liu
(#3357)
2022-10-31fix(alpha): make startify sections always appear (#3371)LostNeophyte
2022-10-31fix: statusline and breadcrumbs hls reload with config reload (#3376)Christian Chiarulli
2022-10-31refactor(installer): skip unstable headless update (#3338)kylo252
2022-10-27fix(finders): use lunarvim basedir (#3332)Matthias Lehmann
2022-10-26fix: call proper log function in notify override (#3337)Daniel Rodríguez Rivero
2022-10-25fix: Remove notify which key mapping (#3335)Mark Huggins
2022-10-25fix(icons): do not reload `nvim-web-devicons` module (#3344)CPea