Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-26 | Add a fallback for "ensurepip" on Debian based distros (#1396) | Chris Deligeorgis | |
2021-08-24 | fix unrecognized rsync flag on osx | kylo252 | |
2021-08-23 | [Refactor] Installer v2 with support for backup (#1052) | kylo252 | |
2021-08-23 | fix telescope.project call in sample config (without ts) (#1380) | Jan Vlčinský | |
2021-08-23 | Update config.example.lua | Abouzar Parvan | |
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 | fix java again, this file cannot be formatted, don't ask me why, because I ↵ | christianchiarulli | |
have no idea | |||
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-15 | Fix slow CI by installing a neovim binary directly (#1059) | kylo252 | |
2021-08-13 | feat: Add pre-commit hook for linting and formatting (#1132) | kylo252 | |
* feat: Add pre-commit hook for linting and formatting * format with prettier | |||
2021-08-12 | Fix formatting according to style-guide (#1057) | kylo252 | |
2021-08-12 | Please... reverse history and cycle next telescope bindings (#1276) | Andrew Fridley | |
2021-08-09 | feat: Add an async logger using plenary (#1207) | kylo252 | |
Co-authored-by: rebuilt <[email protected]> | |||
2021-08-06 | fix: typo in install_stylua.sh | grvxs | |
2021-08-04 | udpate docker image for org | Chris | |
2021-08-04 | update for lunarvim org | Chris | |
2021-08-04 | shfmt correct fix (#1221) | Abouzar Parvan | |
2021-08-04 | fix shfmt issue | Abouzar Parvan | |
2021-08-04 | fix formatting and linting (#1220) | Abouzar Parvan | |
2021-08-03 | check if git is installed | christianchiarulli | |
2021-08-02 | [Refactor] Allow editing default keymaps (#1213) | kylo252 | |
2021-08-02 | [Feature]: Termux Support (#1206) | rayane866 | |
2021-08-02 | [Refactor] Adopt which key mapping style (#1210) | Luc Sinet | |
* Refactor keymappings to match which-key style * Update confif example + remove redundant way of registering mappings | |||
2021-08-01 | Add exec to lvim binary (#1203) | Andrey Volkov | |
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 | hadolint: use `COPY` instead of `ADD` for files and folders | Abouzar Parvan | |
2021-07-31 | Simple LunarVim docker image (#1158) | Rafael Colucci | |
2021-07-31 | Enable querying lang-server formatting capabilities (#1078) | kylo252 | |
2021-07-30 | Protect against a strict umask (#1168) | Manpreet Singh | |
2021-07-27 | add some sample which-key mappings to lv-config.lua and README.md | abzcoding | |
2021-07-26 | Update settings.json to work to new version (#1127) | Henry Palacios | |
2021-07-26 | [General] Create lvim.desktop (#1123) | UltimateOmega | |
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 | stylua is always in root | christianchiarulli | |
2021-07-25 | fix formatting according to stylua | abzcoding | |
2021-07-25 | Fix ignored user autocommands (#1090) | kylo252 | |
2021-07-25 | Update lv-config.example.lua | rebuilt | |
Corrected comment to say lvim is the global object, not O | |||
2021-07-25 | Standardize compe builtin (#1083) | Christian Chiarulli | |
* use lvim.builtin for compe * fix example config Co-authored-by: Chris <[email protected]> | |||
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-21 | [Feature] Make common_on_attach configurable (#1024) | kylo252 | |
2021-07-20 | enables testing again (#1039) | Abouzar Parvan | |
2021-07-19 | Decoupling config from nvim (#1038) | Christian Chiarulli | |
2021-07-19 | Replace which with command -v (#1032) | Luc Sinet | |
2021-07-19 | [Bugfix] lint script files (#1026) | Luc Sinet | |
2021-07-18 | [Refactor] Make default keybindings configurable (#988) | kylo252 | |
2021-07-18 | remove ranger and ueberzug (#1014) | Kai | |
2021-07-17 | updated readme (#1000) | Abouzar Parvan | |
2021-07-17 | [Refactor] nvimtree to be configurable (#970) | chaeing | |
* Refactor nvimtree to be configurable * Correct the location of .stylua.toml in Contrib.md Co-authored-by: Christian Chiarulli <[email protected]> | |||
2021-07-16 | [Feature] add linter support (#982) | Luc Sinet | |
2021-07-16 | add scala and sbt support (#986) | Abouzar Parvan | |