summaryrefslogtreecommitdiff
path: root/init.lua
AgeCommit message (Collapse)Author
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
2021-07-06Setup tailwindcss-ls (#729)hui.liu
2021-07-05(feat) use neoformat as the defalt format option (#715)Rafael
2021-07-04start formatting rulesRafael
2021-07-04load keymaps before configchristianchiarulli
2021-07-04move colorscheme setting to settingschristianchiarulli
2021-07-02inline colorscheme config0.3.0Chris
2021-07-01lsp in ftplugin austonautomoychristianchiarulli
2021-07-01fixes indenting by adding compe setup in autopairs config (#569)rebuilt
2021-06-30lazyload telescope (#564)kylo252
* lazyload telescope * Update plugins.lua Co-authored-by: Christian Chiarulli <[email protected]>
2021-06-30refactor autocommandschristianchiarulli
2021-06-30Colorscheme needs to be set after plugins have been installed (#556)rebuilt
2021-06-29updatesChris
2021-06-29added rust-tools thanks to bob3000 (#544)Abouzar Parvan
* added rust-tools * require_plugin has been removed
2021-06-29Fix elixir spelling (#546)Lee Marlow
2021-06-28bug fixeschristianchiarulli
2021-06-28more lazyloadchristianchiarulli
2021-06-28less vimscriptchristianchiarulli
2021-06-28you now need to activate your languagechristianchiarulli