Skip to content

Commit

Permalink
fix(hover-actions): typo in module require
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Oct 21, 2023
1 parent 35e2652 commit af2b19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ferris/hover_actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function M.handler(_, result, ctx)
end, { buffer = bufnr, noremap = true, silent = true })
end

local rl = require('ferris.commands.rust_analyzer')
local rl = require('ferris.rust_analyzer')

--- Sends the request to rust-analyzer to get hover actions and handle it
function M.hover_actions()
Expand Down

0 comments on commit af2b19a

Please sign in to comment.