summaryrefslogtreecommitdiff
path: root/lua/core/terminal.lua
AgeCommit message (Collapse)Author
2021-07-31[Feature] Rename lv-config.lua to config.lua (#1193)chaeing
* Rename example config files * Update user config path in installer * Update user config path with a variable * Update default user config file to config.lua * Add fallback to lv-config if config.lua not found * Add global variable USER_CONFIG_PATH
2021-07-26run stylua (#1122)Barlingo
Co-authored-by: Diego Barranco <[email protected]>
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-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-14user toggleterm instead of ftermchristianchiarulli