mirror of
https://github.com/Myzel394/jsonfly.nvim.git
synced 2025-06-17 19:55:26 +02:00
fix: Fix jsonpath node selection
This commit is contained in:
parent
d0791d5f93
commit
a1c07adc00
@ -239,7 +239,10 @@ return require("telescope").register_extension({
|
||||
end
|
||||
|
||||
if global_config.backend == "lsp" then
|
||||
local params = vim.lsp.util.make_position_params(xopts.winnr)
|
||||
local params = vim.lsp.util.make_position_params(
|
||||
xopts.winnr,
|
||||
"utf-8"
|
||||
)
|
||||
|
||||
-- Check i
|
||||
local clients = vim.lsp.get_clients()
|
||||
|
Loading…
x
Reference in New Issue
Block a user