Age | Commit message (Collapse) | Author |
|
|
|
Refactor the monolithic `lvim.lang` design into a more modular approach.
IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files.
|
|
|
|
|
|
* feat: add prelimenary LvimUpdate command
* feat: use native process management
* feat: add a telescope change-log utility
* fix: update readme to include the new command
|
|
|
|
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
|
|
* Add yarn support for installer script
* Add non-interactive install
* Fix installer script bug for cargo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|