We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425be18 commit 2162ffaCopy full SHA for 2162ffa
lua/plugins/config/lsp/init.lua
@@ -11,7 +11,7 @@ function M.setup()
11
end)
12
--
13
-- Set global position encoding preference
14
- capabilities.positionEncoding = { 'utf-8', 'utf-16' }
+ capabilities.positionEncodings = { 'utf-8', 'utf-16' }
15
16
-- Load server configurations
17
local servers = require('plugins.config.lsp.servers').get_servers()
0 commit comments