index
:
LunarVim.git
appname-impl
bootstrap-stdpath
feat-dapui-layout
feat-luasnip-setup-tables
feat/handlers-override
luasnip-refactor
mason-nullls-dap
master
nvim-v0.9-bump
nvim_appname-refactor
plugins-bump
refactor-toggleterm-exec
refactor/builtins
refactor/config-structure
release-1.2/neovim-0.8
release-1.3/neovim-0.9
remove-old-colorschemes
rolling
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua
/
core
/
compe.lua
Age
Commit message (
Expand
)
Author
2021-09-07
feat: compe -> cmp (#1496)
Christian Chiarulli
2021-08-22
[Refactor/Bugfix] move on_config_done callbacks to relevant setup() (#1175)
devtoi
2021-08-17
[Feature] Make the rest of the builtins configurable (#1318)
kylo252
2021-08-16
Check if emmet is active. Enable emmet completion if emmet language server i...
rebuilt
2021-08-15
[Refactor] Clean-up redundant module-load checks (#1011)
kylo252
2021-08-09
feat: Add an async logger using plenary (#1207)
kylo252
2021-08-08
fix formatting for compe (#1266)
Abouzar Parvan
2021-08-08
new event for vsnip
Chris
2021-08-08
tab can cycle through pum, insert a tab, and jump through snippets, what more...
Chris
2021-08-03
fix 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
2021-08-02
Make keymaps of bufferline and compe configurable (#1205)
Luc Sinet
2021-08-01
compe doc options
Chris
2021-07-31
cleanup old tab filetype specific code
Chris
2021-07-31
borders on docs
Chris
2021-07-31
tab complete is more consistent
Chris
2021-07-27
Conditionally enable TAB to trigger completion based on filetype. Disable com...
rebuilt
2021-07-25
autoindent issue solved finally
christianchiarulli
2021-07-25
use lvim.builtin for compe (#1082)
Christian Chiarulli
2021-07-24
New contract (#1080)
Christian Chiarulli
2021-07-14
Fix vsnip_dir typo (#916)
Brandon Conway
2021-07-12
refactor single file
christianchiarulli