diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:03:12 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-13 22:03:12 +0100 |
commit | d2a6fd40903289752e3d946c3fca14c46142fa69 (patch) | |
tree | d80fcbd69df8c5cc51bf5b2d04357dd094b7c2e8 /lua/config/lsp/handlers.lua | |
parent | fb9ca94fbc3a314b3e0b1da2985dcebc0e645c2c (diff) |
Formatting
Diffstat (limited to 'lua/config/lsp/handlers.lua')
-rw-r--r-- | lua/config/lsp/handlers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/lsp/handlers.lua b/lua/config/lsp/handlers.lua index 61b7905..3dcf0dc 100644 --- a/lua/config/lsp/handlers.lua +++ b/lua/config/lsp/handlers.lua @@ -98,7 +98,7 @@ local capabilities = vim.lsp.protocol.make_client_capabilities() local status_ok, cmp_nvim_lsp = pcall(require, "cmp_nvim_lsp") if not status_ok then - return + return end M.capabilities = cmp_nvim_lsp.update_capabilities(capabilities) |