summaryrefslogtreecommitdiff
path: root/lua/core/dashboard.lua
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-09-17fix(dashboard): hide version when no tag found (#1572)chaesngmin
2021-09-17[Feature] Add lunarvim latest release tag to dashboard (#1436)chaesngmin
* 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]>
2021-09-16fix: dashboard footer seems to have disapearedChristian Chiarulli
2021-09-13refactor: use more flexible paths (#1381)kylo252
2021-08-27Fix missing "HOME" variable errors (#1415)kylo252
Co-authored-by: MarcSchaetz <[email protected]>
2021-08-25[Feature] Encapsulate config logic (#1338)Luc Sinet
* 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
2021-08-22[Refactor/Bugfix] move on_config_done callbacks to relevant setup() (#1175)devtoi
* 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]>
2021-08-22[fix]: don't overwrite user's dashboard config (#1366)kylo252
2021-08-19rename settings to configuration in dashboard (#1350)Binx
2021-08-18[Refactor]: Remove vim-rooter and smart-cwd; then use project.nvim (#1315)Ahmed Khalf
* 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
2021-08-17[Feature] Make the rest of the builtins configurable (#1318)kylo252
2021-08-07Added space after plug icon (#1252)ashincoder
2021-08-06fix: typos in lua/grvxs
2021-08-04update for lunarvim orgChris
2021-07-31[Feature] Rename lv-config.lua to config.lua (#1193)chaeing
* 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
2021-07-26new footerchristianchiarulli
2021-07-25Fix ignored user autocommands (#1090)kylo252
2021-07-24New contract (#1080)Christian Chiarulli
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
2021-07-19Decoupling config from nvim (#1038)Christian Chiarulli
2021-07-14Use user defined value when setting showtabline on BufLeave (#939)Pasi Bergman
2021-07-14Fix dashboard which key still appears when dashboard disabled (#923)hui.liu
* Fix dashboard which key still appears when dashboard disabled * Prevent override user_which_key
2021-07-12refactor single filechristianchiarulli