summaryrefslogtreecommitdiff
path: root/lua
AgeCommit message (Collapse)Author
2021-07-25remove defaults.find_command (#1096)Real Human
Co-authored-by: tiannaru <[email protected]>
2021-07-25fixing more langsChris
2021-07-25formatter and linter section for elmChris
2021-07-25only one formatter is allowed (#1095)Christian Chiarulli
Co-authored-by: christianchiarulli <[email protected]>
2021-07-25fix csharpchristianchiarulli
2021-07-25formatter field for csharpchristianchiarulli
2021-07-25Fixed the potential ugly prompt which is poor UX (#1091)Huynh Viet
Toggleterm's winblend option leads to ugly prompt for some users https://github.com/akinsho/nvim-toggleterm.lua/issues/70
2021-07-25Show correct indentation settings in galaxyline (#1093)Eti
Display "Tab size: " instead of "Spaces: " if indenting with tabs.
2021-07-25fix formatting according to styluaabzcoding
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-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-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-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[Feature] Allow for custom path to a language server binary (#1043)ichigo-gyuunyuu
2021-07-20Add sorbet lsp for ruby (#1035)Will Leinweber
2021-07-20Fix autolint group definition (#1041)Luc Sinet
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-19Fix reports from luacheck (#1031)Luc Sinet
2021-07-19move julia stuff to core/lang (#1023)Abouzar Parvan
2021-07-19[Feature]: Add language server support for Julia (#423) (#918)JVaverka
2021-07-19toggle() already follows the file, no need for find_file() (#1020)Abouzar Parvan
2021-07-19reverting due to #1018Abouzar Parvan
2021-07-18Add setting to enable/disable the default lsp keybinds (#896)Ben Goldberg
2021-07-18unpin nvim-tree.luaAbouzar 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-18Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rollingchristianchiarulli
2021-07-18nil check for extended argschristianchiarulli
2021-07-18Split plugin loading logic from the configuration (#796)Luc Sinet
2021-07-18[Feature] Allow users to inspect all settings inside LV (#984)Abouzar Parvan
2021-07-18[Feature] Add R support (#965)Abouzar Parvan
2021-07-18[Feature] Add swift support (#1002)Abouzar Parvan
2021-07-18fix keymappings issueAbouzar Parvan