mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 07:47:48 +00:00
feat(nvim): combined and removed plugins
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
-- Completion for snippets.
|
||||
-- luacheck: globals vim CAPABILITIES
|
||||
CAPABILITIES = vim.lsp.protocol.make_client_capabilities()
|
||||
CAPABILITIES = require("cmp_nvim_lsp").default_capabilities(CAPABILITIES)
|
||||
CAPABILITIES.textDocument.completion.completionItem.snippetSupport = true
|
||||
|
||||
Reference in New Issue
Block a user