Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* fix: set runtime directories correctly
This also simplifies the way to invoke LunarVim to just be:
`nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua"`
Fixes #1352
* use libuv to get homedir path
|
|
have no idea
|
|
* expose null_ls setup to user config
* add new config to example configs
* fix tabs with stylua
* change else statement in the example
|
|
|
|
* feat: Add pre-commit hook for linting and formatting
* format with prettier
|
|
|
|
|
|
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
|