Skip to content

Commit 2162ffa

Browse files
committed
fix: give me compile errors any day 🤦🏾‍♂️
1 parent 425be18 commit 2162ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/plugins/config/lsp/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function M.setup()
1111
end)
1212
--
1313
-- Set global position encoding preference
14-
capabilities.positionEncoding = { 'utf-8', 'utf-16' }
14+
capabilities.positionEncodings = { 'utf-8', 'utf-16' }
1515

1616
-- Load server configurations
1717
local servers = require('plugins.config.lsp.servers').get_servers()

0 commit comments

Comments
 (0)