summaryrefslogtreecommitdiff
path: root/lua/core/compe.lua
AgeCommit message (Collapse)Author
2021-09-07feat: compe -> cmp (#1496)Christian Chiarulli
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-17[Feature] Make the rest of the builtins configurable (#1318)kylo252
2021-08-16Check if emmet is active. Enable emmet completion if emmet language server ↵rebuilt
is active (#1335) * Check if emmet is active. Enable emmet completion if it is active * move emmet check after the check for a space character * Check if emmet is active for the current buffer only
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-08-08fix formatting for compe (#1266)Abouzar Parvan
2021-08-08new event for vsnipChris
2021-08-08tab can cycle through pum, insert a tab, and jump through snippets, what ↵Chris
more could you want?
2021-08-03fix compe tab completion issue (#1217)Abouzar Parvan
2021-08-02[Refactor] Allow editing default keymaps (#1213)kylo252
2021-08-02[Refactor] Adopt which key mapping style (#1210)Luc Sinet
* Refactor keymappings to match which-key style * Update confif example + remove redundant way of registering mappings
2021-08-02Make keymaps of bufferline and compe configurable (#1205)Luc Sinet
2021-08-01compe doc optionsChris
2021-07-31cleanup old tab filetype specific codeChris
2021-07-31borders on docsChris
2021-07-31tab complete is more consistentChris
2021-07-27Conditionally enable TAB to trigger completion based on filetype. Disable ↵rebuilt
completion for simple text files (#1130) * disable tab completion for markdown * md is markdown * Set local keybindings conditionally based on filetype. Disable tab complete for text files * Rename functions and expose excluded filetypes setting for compe Co-authored-by: abzcoding <[email protected]>
2021-07-25autoindent issue solved finallychristianchiarulli
2021-07-25use lvim.builtin for compe (#1082)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-14Fix vsnip_dir typo (#916)Brandon Conway
2021-07-12refactor single filechristianchiarulli