diff --git a/lua/plugins/lsp.lua b/lua/plugins/lsp.lua index 6982287..859e536 100644 --- a/lua/plugins/lsp.lua +++ b/lua/plugins/lsp.lua @@ -1,3 +1,6 @@ +local ms = vim.lsp.protocol.Methods +local handlers = require 'misc.handlers' + return { {