summaryrefslogtreecommitdiff
path: root/lua/lv-utils/init.lua
AgeCommit message (Collapse)Author
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-26BufWritePre enables format on save for lv-config.lua (#1111)rebuilt
2021-07-26Update init.lua (#1108)ichigo-gyuunyuu
2021-07-25fix formatting according to styluaabzcoding
2021-07-25Fix ignored user autocommands (#1090)kylo252
2021-07-25Update `reload_lv_config` (#1086)ichigo-gyuunyuu
* Updates `reload_lv_config` Fixes a bug that reverts back to the default options on saving `lv-config.lua` Fixes #1085 * Update init.lua Edit: this would break changing plugin configs, now `settings.lua` is sourced before `lv-config.lua`
2021-07-25Update init.luaAbouzar Parvan
2021-07-25Update init.luaAbouzar Parvan
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-19Fix reports from luacheck (#1031)Luc Sinet
2021-07-18[Feature] Add Vue formatter (prettier) setup (#1016)Pasi Bergman
2021-07-18[Feature] Allow users to inspect all settings inside LV (#984)Abouzar Parvan
2021-07-18[Refactor] Make default keybindings configurable (#988)kylo252
2021-07-17also source keymapschristianchiarulli
2021-07-13poc with local prettier workingchristianchiarulli
2021-07-12refactor, fix galaxylinechristianchiarulli
2021-07-12move user autocommands to bottom of tablechristianchiarulli
2021-07-12refactor single filechristianchiarulli
2021-07-10avoiding OCD attack with the help of folke/todo-comments (#839)Abouzar Parvan
2021-07-10WIP: using formatter.nvim instead of neoformat (#781)Abouzar Parvan
2021-07-10refactor settings for hotswapchristianchiarulli
2021-07-08.tf are converted to .hcl for treesitterChris
2021-07-08remove autocommand throwing errorchristianchiarulli
2021-07-08Check lsp client is active for all language files (#790)hui.liu
2021-07-07more lazy load be carefulchristianchiarulli
2021-07-07refactoring whichkeychristianchiarulli
2021-07-07while using lazygit inside fterm, esc key will act as quit instead of going ↵Abouzar Parvan
to normal mode (#762)
2021-07-07add missing QuickFixToggle() function (#752)Abouzar Parvan
2021-07-06you can now toggle format on and off on the fly!christianchiarulli
2021-07-06testing autosave config poetnetially unstablechristianchiarulli
2021-07-05updated autocommands for userchristianchiarulli
2021-07-04start formatting rulesRafael
2021-06-29updateschristianchiarulli
2021-05-25Corrected references to nv_utils, replaced with lv_utils (#422)Kyle Stubblefield
* moved the including of lv-settings to above the settings so local settings configured in lv-settings can override the globals that get loaded in settings, 0.relative_number for example * fixed reference to nv_utils, replaced with lv_utils * replaced references to nv_utils, replaced with lv_utils * rolled back my changes to lv-settings to match upstream
2021-04-15LunarVimchristianchiarulli