diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-05-28 16:24:17 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-05-28 16:24:17 +0200 |
| commit | 25d7bd9684da7785290ecdb8760fb9e16a950adb (patch) | |
| tree | 52e906cf408619efa77720ca322c87f00a216f9c /.config/nvim/lua/user/plugins/cmp.lua | |
| parent | a27de406e272dae5b7389d62018517f1bda3f31b (diff) | |
added cmp-capabilities to lspconfig
Diffstat (limited to '.config/nvim/lua/user/plugins/cmp.lua')
| -rw-r--r-- | .config/nvim/lua/user/plugins/cmp.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/lua/user/plugins/cmp.lua b/.config/nvim/lua/user/plugins/cmp.lua index fdd7b56..4bfe38e 100644 --- a/.config/nvim/lua/user/plugins/cmp.lua +++ b/.config/nvim/lua/user/plugins/cmp.lua @@ -49,7 +49,7 @@ cmp.setup { else fallback() end - + end, { 'i', 's' }), }, sources = { |
