Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-25 | Update init.lua | Abouzar Parvan | |
2021-07-25 | support typescript, javascriptreact and typescriptreact (#1084) | Christian Chiarulli | |
Co-authored-by: Chris <[email protected]> | |||
2021-07-25 | update colorscheme in example | Chris | |
2021-07-25 | update readme | Chris | |
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-25 | remove shift - x from buffer line (#1073) | Kai | |
fixes issue https://github.com/ChristianChiarulli/LunarVim/issues/1053 | |||
2021-07-25 | use lvim.builtin for compe (#1082) | Christian Chiarulli | |
Co-authored-by: Chris <[email protected]> | |||
2021-07-25 | implement language overrides (#1081) | Christian Chiarulli | |
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-23 | Fix the colorscheme issue on new installations | Abouzar Parvan | |
2021-07-21 | we no longer require linux dependencies (#1064) | Abouzar Parvan | |
2021-07-21 | Update README.md | Abouzar 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-21 | Update CONTRIBUTING.md | Abouzar Parvan | |
2021-07-21 | [Feature] Allow for custom path to a language server binary (#1043) | ichigo-gyuunyuu | |
2021-07-20 | Update README (#1051) | Binx | |
2021-07-20 | Update README.md | rebuilt | |
Add entry for alias | |||
2021-07-20 | Update README.md | Abouzar Parvan | |
2021-07-20 | Update README.md | Abouzar Parvan | |
2021-07-20 | Add sorbet lsp for ruby (#1035) | Will Leinweber | |
2021-07-20 | Fix autolint group definition (#1041) | Luc Sinet | |
2021-07-20 | Update README.md | Abouzar Parvan | |
2021-07-20 | enables testing again (#1039) | Abouzar Parvan | |
2021-07-20 | Update README.md | rebuilt | |
Old lunarvim files must be deleted | |||
2021-07-20 | Merge pull request #1049 from Binx-Codes/patch-1 | rebuilt | |
Update README | |||
2021-07-20 | Update README | Binx | |
2021-07-20 | Update README.md | rebuilt | |
Update what gets removed with the overwrite flag | |||
2021-07-20 | Update README.md | rebuilt | |
2021-07-20 | Merge pull request #1045 from ichigo-gyuunyuu/docs/readme | rebuilt | |
[Doc] Update README.md | |||
2021-07-20 | Update README.md | ichigo-gyuunyuu | |
Decoupling of lunarvim changes the behaviour of the overwrite flag in the install script | |||
2021-07-20 | Update README.md | rebuilt | |
Add instructions on how to run LunarVim now that it has been decoupled from neovim | |||
2021-07-19 | Decoupling config from nvim (#1038) | Christian Chiarulli | |
2021-07-19 | fixed terminal navigation keys (#1033) | Abouzar Parvan | |
2021-07-19 | fix document highlight bug for javascript,typescript... (#1017) | PBird | |
2021-07-19 | Replace which with command -v (#1032) | Luc Sinet | |
2021-07-19 | [Feature] Add shell workflows (#1030) | Luc Sinet | |
2021-07-19 | [Bugfix] lint script files (#1026) | Luc Sinet | |
2021-07-19 | Fix reports from luacheck (#1031) | Luc Sinet | |
2021-07-19 | move julia stuff to core/lang (#1023) | Abouzar Parvan | |
2021-07-19 | [Feature]: Add language server support for Julia (#423) (#918) | JVaverka | |
2021-07-19 | toggle() already follows the file, no need for find_file() (#1020) | Abouzar Parvan | |
2021-07-19 | reverting due to #1018 | Abouzar Parvan | |
2021-07-18 | Add setting to enable/disable the default lsp keybinds (#896) | Ben Goldberg | |
2021-07-18 | unpin nvim-tree.lua | Abouzar Parvan | |
2021-07-18 | [Bugfix] Fix tsserver lsp setup. Fix ts-fmt-lint setup (#1013) | Pasi Bergman | |
2021-07-18 | [Feature] Add Vue formatter (prettier) setup (#1016) | Pasi Bergman | |
2021-07-18 | Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling | christianchiarulli | |
2021-07-18 | nil check for extended args | christianchiarulli | |
2021-07-18 | Split plugin loading logic from the configuration (#796) | Luc Sinet | |