summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
2021-12-03fix: no restart required when changing colorscheme (#2026)kylo252
2021-11-03fix: overloading keymappings now works correctly even after reloading (#1789)kylo252
2021-11-02feat: better error handling for packer (#1883)kylo252
2021-10-20fix(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-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-03refactor: 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-13refactor: use more flexible paths (#1381)kylo252
2021-09-12refactor: 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-07feat: compe -> cmp (#1496)Christian Chiarulli
2021-09-02fix runtime path (#1443)Aaron Saw Min Sern
2021-08-27Fix 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-26fix 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-20fix: 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-29Fix autocmd custom_groups not loaded (#1162)Dery Rahman Ahaddienata
2021-07-28refactor lsp keybindsChris
2021-07-28begin lsp refactorChris
2021-07-27Wrap lsp default_keybindings in function instead of load on 1st require (#1128)devtoi
Co-authored-by: Johan Melin <[email protected]>
2021-07-26splits 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-25fix formatting according to styluaabzcoding
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-23Fix the colorscheme issue on new installationsAbouzar Parvan
2021-07-19Decoupling config from nvim (#1038)Christian Chiarulli
2021-07-18Split plugin loading logic from the configuration (#796)Luc Sinet
2021-07-18[Refactor] Make default keybindings configurable (#988)kylo252
2021-07-14Improve error message in lv-config file (#922)hui.liu
2021-07-13protected call for formatter.nvimchristianchiarulli
2021-07-13poc with local prettier workingchristianchiarulli
2021-07-12refactor single filechristianchiarulli
2021-07-11remove this autocommandsChris
2021-07-11remove nvimtree statuslinechristianchiarulli
2021-07-10avoiding OCD attack with the help of folke/todo-comments (#839)Abouzar Parvan
2021-07-10refactor settings for hotswapchristianchiarulli
2021-07-09refactor plugin configchristianchiarulli
2021-07-09fix styling issues (#811)Abouzar Parvan
2021-07-08call colorschemes only after they get installed (#798)rebuilt
2021-07-07more lazy load be carefulchristianchiarulli
2021-07-07refactoring whichkeychristianchiarulli
2021-07-07remove emmet and tailwind, need to put in lang specific filesChris
2021-07-06dashboard autoconfigchristianchiarulli
2021-07-06you can now toggle format on and off on the fly!christianchiarulli