fix: wrong parameter

This commit is contained in:
dlond 2025-09-06 13:10:01 +12:00 committed by Daniel Lond
parent 49581942c7
commit 425be18a94
1 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ function M.setup()
end)
--
-- Set global position encoding preference
capabilities.offsetEncoding = { 'utf-8', 'utf-16' }
capabilities.positionEncoding = { 'utf-8', 'utf-16' }
-- Load server configurations
local servers = require('plugins.config.lsp.servers').get_servers()
@ -27,4 +27,3 @@ function M.setup()
end
return M