jordanisaacs / neovim-flake

Nix flake for neovim with configuration
https://jordanisaacs.github.io/neovim-flake
MIT License
259 stars 57 forks source link

Null-ls can't be used with ccls due to offset_encoding #5

Open jordanisaacs opened 2 years ago

jordanisaacs commented 2 years ago

Can't use null-ls with ccls due offset_encoding differences. Switch to clangd as it supports utf-16 encoding? Or disable all null-ls usage when using ccls?

Null-ls issue: https://github.com/jose-elias-alvarez/null-ls.nvim/issues/428

Context around ccls: https://github.com/neovim/nvim-lspconfig/pull/1649

Neovim issue: https://github.com/neovim/neovim/pull/16694

pidgeon777 commented 2 years ago

Any update?

jordanisaacs commented 2 years ago

Right now I have null-ls disabled when using ccls. Only feature that is lost is code-actions with gitsigns. Still haven't had the time to investigate switching to clangd so I just keep this issue up as it still isn't resolved even though i have a workaround.