Neovim_lsp
概要
トラブルメモ
文字コード関連
offsetEncoding、positionEncodings の設定が必要な環境があるかも?
vim.lsp.config("xxxx", {
capabilities = {
offsetEncoding = { "utf-8", "utf-16" },
general = {
positionEncodings = { "utf-16" },
},
},
})
ruff での問題が報告されているが https://github.com/astral-sh/ruff/issues/14483 環境によるのかも?
mac、ubuntuの環境では遭遇した事がないが一応メモ
