fix: give me compile errors any day 🤦🏾‍♂️

This commit is contained in:
dlond 2025-09-06 13:22:45 +12:00 committed by Daniel Lond
parent 425be18a94
commit 2162ffa87a
1 changed files with 1 additions and 1 deletions

View File

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