Age | Commit message (Collapse) | Author |
|
|
|
* fix(telescope): no more errors if theme is nil
* fix: backwards compability
|
|
|
|
|
|
* 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
|
|
|
|
* refactor(lua): simplify gf utility
* refactor(autocmds): cleanup
* refactor(ftdetect): use vim.filetype.add instead
|
|
|
|
Update DAP ui to resize when toggled
|
|
|
|
|
|
|
|
fixes https://github.com/LunarVim/LunarVim/issues/3406
|
|
fixes https://github.com/LunarVim/LunarVim/issues/3526
|
|
|
|
use `<leader>bW` to save without triggering the autocmd for formatting
|
|
|
|
|
|
* 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]>
|
|
fixes https://github.com/LunarVim/LunarVim/issues/3279
|
|
fixes https://github.com/LunarVim/LunarVim/issues/3393
|
|
|
|
|
|
fix `E36 Not enough space` when using dap-ui `Eval`
Co-authored-by: Losev Andrei <[email protected]>
|
|
The output of `vim.bo.filetype` for Markdown files is `markdown` not
`Markdown` so this entry did nothing.
|
|
|
|
|
|
|
|
fixes https://github.com/LunarVim/LunarVim/issues/3367
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chore: check if table
|
|
|
|
|
|
|
|
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|