Age | Commit message (Collapse) | Author |
|
|
|
|
|
* feat: add lunarvim latest release tag to dashboard
* Add a function to center-align text
Rename align to align_left
Rename shift_left to shift_right
* refactor(dashboard): remove unnecessary comment
* refactor(dashboard): use `home_dir` variable for `lv_path`
* refactor(dashboard): use $LUNARVIM_RUNTIME_DIR for lv_path
* feat(bootstrap): add fn that returns lvim version
* refactor(dashboard): use version, lunarvim dir with bootstrap fns
* build: add global get_version() from bootstrap
Co-authored-by: Luc Sinet <[email protected]>
|
|
|
|
|
|
Co-authored-by: MarcSchaetz <[email protected]>
|
|
* Define core/builtins, streamline status_color interface
* Encapsulate configuration in its own module
* Add fallback to lv-config.lua
* Rectify settings loading order to allow overriding vim options
* Move default-config into config/ module
* replace uv.fs_stat with utils.is_file
|
|
* Make autopairs config consistent with others
* Fix two typos for autopairs
* Remove extranous autopairs code. Return on setup
* Remove extranous else for autopairs completion confirmation
* Move on_config_done callbacks to setup functions.
* Add on_config_done completion for builtins lacking a config function
* enables galaxyline callbacks to work properly
* Add modules for more builtins
* Finish streamline of config function in plugin setup
* Fix double use of which_key/wk
* Fix erroneous remove of functionality in autopairs completion
* consistency fixes
* Work around telescope not found at config time
* Match plugin definition of project and lualine with others
* fix: restore config callback syntax
Co-authored-by: Johan Melin <[email protected]>
Co-authored-by: rebuilt <[email protected]>
Co-authored-by: Luc Sinet <[email protected]>
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
|
|
* Replace vim-rooter with project.nvim
* Implement stylua format
* Remove smart_cwd
* Implicitly update nvim-tree dir when project active
* Link datapath to cache
* Fix stylua
* Fix lint
* Fix telescope bug
* Fix telescope dependency
* Fix telescope once and for all
* Fix telescope once again
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
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
|
|
|
|
|
|
* Fix dashboard which key still appears when dashboard disabled
* Prevent override user_which_key
|
|
|