Age | Commit message (Collapse) | Author |
|
|
|
* Updates `reload_lv_config`
Fixes a bug that reverts back to the default options on saving `lv-config.lua`
Fixes #1085
* Update init.lua
Edit: this would break changing plugin configs, now `settings.lua` is sourced before `lv-config.lua`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Chris <[email protected]>
|
|
fixes issue https://github.com/ChristianChiarulli/LunarVim/issues/1053
|
|
Co-authored-by: Chris <[email protected]>
|
|
Co-authored-by: Chris <[email protected]>
|
|
Changes to the global config object
O is now lvim
user_plugins is now plugins
user_autocommands is now autocommands
No more lang specific plugins
Null-ls has replaced both formatter.nvim and nvim-lint
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Refactor nvimtree to be configurable
* Correct the location of .stylua.toml in Contrib.md
Co-authored-by: Christian Chiarulli <[email protected]>
|
|
|
|
* Ruby debugging support
* add comment for ruby debugging requirements
|
|
|
|
|
|
|