Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-26 | Update CONTRIBUTING.md (#1116) | ichigo-gyuunyuu | |
2021-07-26 | more formatter and linter fields | Chris | |
2021-07-26 | more formatters and linters | Chris | |
2021-07-26 | linter fields for tf | Chris | |
2021-07-26 | BufWritePre enables format on save for lv-config.lua (#1111) | rebuilt | |
2021-07-26 | Update highlights.lua (#1114) | ichigo-gyuunyuu | |
2021-07-26 | fix: WarningMsg color was red (#1092) | William Goulois | |
2021-07-26 | fix: typos (#1110) | Gauravsingh Sisodia | |
2021-07-26 | Update init.lua (#1108) | ichigo-gyuunyuu | |
2021-07-26 | new footer | christianchiarulli | |
2021-07-26 | compatible 0.5 treesitter | christianchiarulli | |
2021-07-26 | add svelte | christianchiarulli | |
2021-07-25 | basic scala support | christianchiarulli | |
2021-07-25 | autoindent issue solved finally | christianchiarulli | |
2021-07-25 | remove defaults.find_command (#1096) | Real Human | |
Co-authored-by: tiannaru <[email protected]> | |||
2021-07-25 | fixing more langs | Chris | |
2021-07-25 | formatter and linter section for elm | Chris | |
2021-07-25 | only one formatter is allowed (#1095) | Christian Chiarulli | |
Co-authored-by: christianchiarulli <[email protected]> | |||
2021-07-25 | Update format.yaml | Abouzar Parvan | |
2021-07-25 | stylua is always in root | christianchiarulli | |
2021-07-25 | fix csharp | christianchiarulli | |
2021-07-25 | formatter field for csharp | christianchiarulli | |
2021-07-25 | Fixed 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-25 | Show correct indentation settings in galaxyline (#1093) | Eti | |
Display "Tab size: " instead of "Spaces: " if indenting with tabs. | |||
2021-07-25 | fix formatting according to stylua | abzcoding | |
2021-07-25 | Fix ignored user autocommands (#1090) | kylo252 | |
2021-07-25 | Move leader keybinding into the whichkey config (#1089) | rebuilt | |
2021-07-25 | removed unused loop variable index | Abouzar Parvan | |
2021-07-25 | removd unused loop variable index | Abouzar Parvan | |
2021-07-25 | Update .luacheckrc | Abouzar Parvan | |
2021-07-25 | Update README.md | rebuilt | |
Link to wiki page for renamed globals | |||
2021-07-25 | Update lv-config.example.lua | rebuilt | |
Corrected comment to say lvim is the global object, not O | |||
2021-07-25 | some todos | Chris | |
2021-07-25 | Update `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-25 | better logic for null-ls | Chris | |
2021-07-25 | idk how python got there | Chris | |
2021-07-25 | Merge branch 'rolling' of github.com:ChristianChiarulli/LunarVim into rolling | Chris | |
2021-07-25 | fix vim not having a formatter field | Chris | |
2021-07-25 | Update init.lua | Abouzar Parvan | |
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 | |