Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* expose null_ls setup to user config
* add new config to example configs
* fix tabs with stylua
* change else statement in the example
|
|
|
|
|
|
|
|
Co-authored-by: rebuilt <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Refactor keymappings to match which-key style
* Update confif example + remove redundant way of registering mappings
|
|
* Rename example config files
* Update user config path in installer
* Update user config path with a variable
* Update default user config file to config.lua
* Add fallback to lv-config if config.lua not found
* Add global variable USER_CONFIG_PATH
|
|
|
|
|
|
|
|
|
|
* Rename lv-utils into utils
* Move commands defined in utils into core/commands.lua
|
|
|
|
|
|
Corrected comment to say lvim is the global object, not O
|
|
* use lvim.builtin for compe
* fix example config
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|