Age | Commit 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-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 | |
2021-07-09 | refactor plugin config | christianchiarulli | |
2021-07-09 | fix styling issues (#811) | Abouzar Parvan | |
2021-07-08 | call colorschemes only after they get installed (#798) | rebuilt | |
2021-07-07 | more lazy load be careful | christianchiarulli | |
2021-07-07 | refactoring whichkey | christianchiarulli | |
2021-07-07 | remove emmet and tailwind, need to put in lang specific files | Chris | |
2021-07-06 | dashboard autoconfig | christianchiarulli | |
2021-07-06 | you can now toggle format on and off on the fly! | christianchiarulli | |
2021-07-06 | Setup tailwindcss-ls (#729) | hui.liu | |
2021-07-05 | (feat) use neoformat as the defalt format option (#715) | Rafael | |
2021-07-04 | start formatting rules | Rafael | |
2021-07-04 | load keymaps before config | christianchiarulli | |
2021-07-04 | move colorscheme setting to settings | christianchiarulli | |
2021-07-02 | inline colorscheme config0.3.0 | Chris | |
2021-07-01 | lsp in ftplugin austonautomoy | christianchiarulli | |
2021-07-01 | fixes indenting by adding compe setup in autopairs config (#569) | rebuilt | |
2021-06-30 | lazyload telescope (#564) | kylo252 | |
* lazyload telescope * Update plugins.lua Co-authored-by: Christian Chiarulli <[email protected]> | |||
2021-06-30 | refactor autocommands | christianchiarulli | |
2021-06-30 | Colorscheme needs to be set after plugins have been installed (#556) | rebuilt | |
2021-06-29 | updates | Chris | |
2021-06-29 | added rust-tools thanks to bob3000 (#544) | Abouzar Parvan | |
* added rust-tools * require_plugin has been removed | |||
2021-06-29 | Fix elixir spelling (#546) | Lee Marlow | |
2021-06-28 | bug fixes | christianchiarulli | |
2021-06-28 | more lazyload | christianchiarulli | |
2021-06-28 | less vimscript | christianchiarulli | |
2021-06-28 | you now need to activate your language | christianchiarulli | |