• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: October 8th, 2023

help-circle


















  • Eglot is really awful when it comes to dynamic configs like workspace config and initialization option. I really went so far as using environment variable and a shell script for using clangd to support switching cmake binary dir. It’s so much easier with vim.

    In case of python, I stick with jedi-language-server for now. When I figure out how to use pyright, I might come back here and comment again.