diff options
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/blink-cmp.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugin/blink-cmp.lua b/plugin/blink-cmp.lua new file mode 100644 index 0000000..3b7c46a --- /dev/null +++ b/plugin/blink-cmp.lua @@ -0,0 +1,5 @@ +if vim.fn.has('nvim-0.11') == 1 and vim.lsp.config then + vim.lsp.config('*', { + capabilities = require('blink.cmp').get_lsp_capabilities(), + }) +end |
