May God bless this thing

neovim

  • nodejs
    Could be older version which cannot support coc.nvim correctly.

stackoverflow solution

  sudo npm cache clean -f
  sudo npm install -g n
  sudo n stable
  sudo n latest
  • neovim

install

  sudo add-apt-repository ppa:neovim-ppa/stable
  sudo apt-get update
  sudo apt-get install neovim

ghcide

ghcide is way much better than hie

vscode config

this blog works for simple project TODO need to figure out how it could works for multi main project