Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-04 | perf: lazy load most plugins (#3750) | LostNeophyte | |
* perf: lazy load most plugins * fix(lazy): suggested fixes for pref/lazyloading branch (#3754) fix(lazy): Suggested fixes from previous comments fix(lazy): applying suggestions from code review Co-authored-by: LostNeophyte <[email protected]> Co-authored-by: Pratyush Bharati <[email protected]> Co-authored-by: LostNeophyte <[email protected]> * chore: format * move lazy utils to modules.lua * simplify telescope actions * refactor: cmp_window local name * feat: more lazy loading cmds * refactor(cmp): minor clean up * perf: set lazy loading by default * refactor(alpha): remove broken lazy load * revert: explictily set lazy loading This reverts commit ba38193e4ebfa5acc8afa2b35247c5420d9a2739. * test: enable lazy-loading for bigfile * perf: defer projects and alpha to VimEnter * refactor(bufferline): add comment * perf: better lazy load dap/dapui * perf: lazy load ts-commentstring with Comment.nvim pre_hook --------- Co-authored-by: pr-313 <[email protected]> Co-authored-by: Pratyush Bharati <[email protected]> Co-authored-by: opalmay <[email protected]> Co-authored-by: kylo252 <[email protected]> | |||
2022-11-02 | fix: rollback plugin loader changes (#3402) | Christian Chiarulli | |
2022-11-02 | refactor(theme)!: decouple tokyonight options (#3384) | kylo252 | |
2022-10-06 | feat: enable global installation (#3161) | kylo252 | |
2022-10-04 | refactor: more deliberate reload (#3133) | kylo252 | |
2022-10-03 | feat: reload and lir color update (#3123) | Christian Chiarulli | |
2022-09-28 | feat(autocmds): make sure all autocmds are modifiable (#3087) | Abouzar Parvan | |
2022-09-20 | fix: fixing laststatus harder | Christian Chiarulli | |
2021-12-03 | fix: no restart required when changing colorscheme (#2026) | kylo252 | |
2021-11-03 | fix: overloading keymappings now works correctly even after reloading (#1789) | kylo252 | |
2021-11-02 | feat: better error handling for packer (#1883) | kylo252 | |
2021-10-20 | fix(bootstrap): support for using default neovim config and data directories ↵ | Sergio Mendez | |
(#1777) Co-authored-by: kylo252 <[email protected]> Co-authored-by: James Walmsley <[email protected]> | |||
2021-10-10 | feat: add an independent lvim namespace (#1699) | kylo252 | |
2021-10-03 | refactor: auto-generate language configuration (#1584) | kylo252 | |
Refactor the monolithic `lvim.lang` design into a more modular approach. IMPORTANT: run `:LvimUpdate` in order to generate the new ftplugin template files. | |||
2021-09-13 | refactor: use more flexible paths (#1381) | kylo252 | |
2021-09-12 | refactor: add explicit setup for impatient (#1529) | Chase Colman | |
Co-authored-by: kylo252 <[email protected]> | |||
2021-09-08 | [Feature] Add modified version of impatient.nvim for caching (#1488) | Chase Colman | |
2021-09-07 | feat: compe -> cmp (#1496) | Christian Chiarulli | |
2021-09-02 | fix runtime path (#1443) | Aaron Saw Min Sern | |
2021-08-27 | Fix missing "HOME" variable errors (#1415) | kylo252 | |
Co-authored-by: MarcSchaetz <[email protected]> | |||
2021-08-26 | [Refactor]: only allow a single logger (#1405) | kylo252 | |
2021-08-26 | fix logging when plenary is not available (#1390) | kylo252 | |
2021-08-26 | [Bugfix] Load user's autocmd custom_groups (#1393) | chaeing | |
* Require core.autocmds before sourcing user config * Define augroups after sourcing user config | |||
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-20 | fix: set runtime directories correctly (#1354) | kylo252 | |
* 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 | |||
2021-08-16 | [Feature] Expose null ls setup to user config (#1323) | dklymenk | |
* expose null_ls setup to user config * add new config to example configs * fix tabs with stylua * change else statement in the example | |||
2021-08-02 | [Refactor] Allow editing default keymaps (#1213) | kylo252 | |
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-31 | [Refactor] Define keymapppings helpers in utils.keymap (#1176) | Luc Sinet | |
2021-07-29 | Fix autocmd custom_groups not loaded (#1162) | Dery Rahman Ahaddienata | |
2021-07-28 | refactor lsp keybinds | Chris | |
2021-07-28 | begin lsp refactor | Chris | |
2021-07-27 | Wrap lsp default_keybindings in function instead of load on 1st require (#1128) | devtoi | |
Co-authored-by: Johan Melin <[email protected]> | |||
2021-07-26 | splits up the settings file. settings.lua gets required before lv-co… (#1097) | rebuilt | |
* split settings into callable functions * renamed functions | |||
2021-07-26 | [Refactor] remove lv prefix (#1112) | Luc Sinet | |
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua | |||
2021-07-25 | fix formatting according to stylua | abzcoding | |
2021-07-25 | Fix ignored user autocommands (#1090) | kylo252 | |
2021-07-24 | New 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-23 | Fix the colorscheme issue on new installations | Abouzar Parvan | |
2021-07-19 | Decoupling config from nvim (#1038) | Christian Chiarulli | |
2021-07-18 | Split plugin loading logic from the configuration (#796) | Luc Sinet | |
2021-07-18 | [Refactor] Make default keybindings configurable (#988) | kylo252 | |
2021-07-14 | Improve error message in lv-config file (#922) | hui.liu | |
2021-07-13 | protected call for formatter.nvim | christianchiarulli | |
2021-07-13 | poc with local prettier working | christianchiarulli | |
2021-07-12 | refactor single file | christianchiarulli | |
2021-07-11 | remove this autocommands | Chris | |
2021-07-11 | remove nvimtree statusline | christianchiarulli | |
2021-07-10 | avoiding OCD attack with the help of folke/todo-comments (#839) | Abouzar Parvan | |
2021-07-10 | refactor settings for hotswap | christianchiarulli | |