summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-26correct spelling (chktex) (#1126)Dylan Barker
2021-07-26run stylua (#1122)Barlingo
Co-authored-by: Diego Barranco <[email protected]>
2021-07-26don't break for .fishChris
2021-07-26global O -> lvimChris
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-26add fields for latex (#1118)ichigo-gyuunyuu
2021-07-26Update CONTRIBUTING.md (#1116)ichigo-gyuunyuu
2021-07-26more formatter and linter fieldsChris
2021-07-26more formatters and lintersChris
2021-07-26linter fields for tfChris
2021-07-26BufWritePre enables format on save for lv-config.lua (#1111)rebuilt
2021-07-26Update highlights.lua (#1114)ichigo-gyuunyuu
2021-07-26fix: WarningMsg color was red (#1092)William Goulois
2021-07-26fix: typos (#1110)Gauravsingh Sisodia
2021-07-26Update init.lua (#1108)ichigo-gyuunyuu
2021-07-26new footerchristianchiarulli
2021-07-26compatible 0.5 treesitterchristianchiarulli
2021-07-26add sveltechristianchiarulli
2021-07-25basic scala supportchristianchiarulli
2021-07-25autoindent issue solved finallychristianchiarulli
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-25Update format.yamlAbouzar Parvan
2021-07-25stylua is always in rootchristianchiarulli
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-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]>