mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim: remove workaround assuming fixed
related: https://github.com/neovim/neovim/issues/30675
This commit is contained in:
parent
c035fc7fd5
commit
27ad456a37
1 changed files with 0 additions and 2 deletions
|
|
@ -123,8 +123,6 @@ for name, config in pairs(servers) do
|
|||
require("lspconfig")[name].setup {
|
||||
capabilities = mylsp.capabilities,
|
||||
settings = config.settings,
|
||||
-- NOTE: https://github.com/neovim/neovim/issues/30675
|
||||
offset_encoding = config.offset_encoding or "utf-8",
|
||||
on_attach = function(client, bufno)
|
||||
mylsp.on_attach(client, bufno);
|
||||
(config.on_attach or function(...) end)(client, bufno)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue