Age | Commit message (Collapse) | Author |
|
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/3439
|
|
fixes https://github.com/LunarVim/LunarVim/issues/3367
|
|
|
|
|
|
|
|
* fix(packer): increase clone timeout in headless
* refactor: set timeout to 300
Co-authored-by: kylo252 <[email protected]>
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chore: check if table
|
|
|
|
|
|
|
|
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|