summaryrefslogtreecommitdiff
path: root/lua/core/terminal.lua
AgeCommit message (Collapse)Author
2021-10-10feat: add an independent lvim namespace (#1699)kylo252
2021-10-03fix: add missing lsp.log entry in log_viewer (#1666)kylo252
2021-09-30fix: can't open lvim log file cause by `lvim.log.viewer.cmd` (#1638)Xavier Young
2021-09-17fix: use the correct API for the log-viewer (#1564)kylo252
2021-09-13refactor: use more flexible paths (#1381)kylo252
2021-08-26fix logging when plenary is not available (#1390)kylo252
2021-08-22[Refactor/Bugfix] move on_config_done callbacks to relevant setup() (#1175)devtoi
* Make autopairs config consistent with others * Fix two typos for autopairs * Remove extranous autopairs code. Return on setup * Remove extranous else for autopairs completion confirmation * Move on_config_done callbacks to setup functions. * Add on_config_done completion for builtins lacking a config function * enables galaxyline callbacks to work properly * Add modules for more builtins * Finish streamline of config function in plugin setup * Fix double use of which_key/wk * Fix erroneous remove of functionality in autopairs completion * consistency fixes * Work around telescope not found at config time * Match plugin definition of project and lualine with others * fix: restore config callback syntax Co-authored-by: Johan Melin <[email protected]> Co-authored-by: rebuilt <[email protected]> Co-authored-by: Luc Sinet <[email protected]> Co-authored-by: kylo252 <[email protected]>
2021-08-15[Refactor] Clean-up redundant module-load checks (#1011)kylo252
2021-08-09feat: Add an async logger using plenary (#1207)kylo252
Co-authored-by: rebuilt <[email protected]>
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