Skip to content

Commit

Permalink
fix(lsp): module 'utils' not found (closes #1200)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibhagwan committed May 17, 2024
1 parent fd14a8f commit 53698d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/fzf-lua/providers/lsp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ local function handler_capability(handler)
end

local function check_capabilities(handler, silent)
local clients = require("utils").__HAS_NVIM_011
local clients = utils.__HAS_NVIM_011
and vim.lsp.get_clients({ bufnr = core.CTX().bufnr })
or vim.lsp.buf_get_clients(core.CTX().bufnr)

Expand Down

0 comments on commit 53698d7

Please sign in to comment.