fix: give me compile errors any day 🤦🏾♂️
This commit is contained in:
parent
425be18a94
commit
2162ffa87a
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue