mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
9 lines
141 B
Lua
9 lines
141 B
Lua
require'compe'.setup {
|
|
enabled = true,
|
|
autocomplete = true,
|
|
source = {
|
|
path = true,
|
|
buffer = true,
|
|
nvim_lsp = true,
|
|
};
|
|
}
|