### Commands used when setting up `kak-lsp`. Need to tidy up this and create a proper README.md [kak-lsp Github](https://github.com/kak-lsp/kak-lsp) [plug.kak Github](https://github.com/andreyorst/plug.kak) `$ sudo yum install cargo` `$ sudo yum install clangd` `$ sudo yum install clang-tools` `$ sudo yum install llvm` `$ sudo yum install clang-tools-extra` `$ git clone https://github.com/andreyorst/plug.kak.git $HOME/.config/kak/plugins/plug.kak` `$ export PATH=$PATH:/home/doddo/.cargo/bin` ### Issues - For some reason, kak-lsp does not seem to compile with the last version of Rust - Fall back to download static precompiled `kak-lsp` - Need to refactor the whole kakrc to make it more readable