summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-25Fix ignored user autocommands (#1090)kylo252
2021-07-25Move leader keybinding into the whichkey config (#1089)rebuilt
2021-07-25removed unused loop variable indexAbouzar Parvan
2021-07-25removd unused loop variable indexAbouzar Parvan
2021-07-25Update .luacheckrcAbouzar Parvan
2021-07-25Update README.mdrebuilt
Link to wiki page for renamed globals
2021-07-25Update lv-config.example.luarebuilt
Corrected comment to say lvim is the global object, not O
2021-07-25some todosChris
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-25better logic for null-lsChris
2021-07-25idk how python got thereChris
2021-07-25Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingChris
2021-07-25fix vim not having a formatter fieldChris
2021-07-25Update init.luaAbouzar Parvan
2021-07-25Update init.luaAbouzar Parvan
2021-07-25support typescript, javascriptreact and typescriptreact (#1084)Christian Chiarulli
Co-authored-by: Chris <[email protected]>
2021-07-25update colorscheme in exampleChris
2021-07-25update readmeChris
2021-07-25Standardize compe builtin (#1083)Christian Chiarulli
* use lvim.builtin for compe * fix example config Co-authored-by: Chris <[email protected]>
2021-07-25remove shift - x from buffer line (#1073)Kai
fixes issue https://github.com/ChristianChiarulli/LunarVim/issues/1053
2021-07-25use lvim.builtin for compe (#1082)Christian Chiarulli
Co-authored-by: Chris <[email protected]>
2021-07-25implement language overrides (#1081)Christian Chiarulli
Co-authored-by: Chris <[email protected]>
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-21we no longer require linux dependencies (#1064)Abouzar Parvan
2021-07-21Update README.mdAbouzar Parvan
2021-07-21[Feature] Make common_on_attach configurable (#1024)kylo252
2021-07-21[Feature]: Add callbacks for plugins with a config entry for packer (#1042)devtoi
2021-07-21Update CONTRIBUTING.mdAbouzar Parvan
2021-07-21[Feature] Allow for custom path to a language server binary (#1043)ichigo-gyuunyuu
2021-07-20Update README (#1051)Binx
2021-07-20Update README.mdrebuilt
Add entry for alias
2021-07-20Update README.mdAbouzar Parvan
2021-07-20Update README.mdAbouzar Parvan
2021-07-20Add sorbet lsp for ruby (#1035)Will Leinweber
2021-07-20Fix autolint group definition (#1041)Luc Sinet
2021-07-20Update README.mdAbouzar Parvan
2021-07-20enables testing again (#1039)Abouzar Parvan
2021-07-20Update README.mdrebuilt
Old lunarvim files must be deleted
2021-07-20Merge pull request #1049 from Binx-Codes/patch-1rebuilt
Update README
2021-07-20Update READMEBinx
2021-07-20Update README.mdrebuilt
Update what gets removed with the overwrite flag
2021-07-20Update README.mdrebuilt
2021-07-20Merge pull request #1045 from ichigo-gyuunyuu/docs/readmerebuilt
[Doc] Update README.md
2021-07-20Update README.md ichigo-gyuunyuu
Decoupling of lunarvim changes the behaviour of the overwrite flag in the install script
2021-07-20Update README.mdrebuilt
Add instructions on how to run LunarVim now that it has been decoupled from neovim
2021-07-19Decoupling config from nvim (#1038)Christian Chiarulli
2021-07-19fixed terminal navigation keys (#1033)Abouzar Parvan
2021-07-19fix document highlight bug for javascript,typescript... (#1017)PBird
2021-07-19Replace which with command -v (#1032)Luc Sinet