quicknotes.md expanded

This commit is contained in:
Davide Oddone 2023-10-02 22:05:55 +02:00
parent 22d29b811a
commit f04fd3e314

View File

@ -8,4 +8,9 @@
`$ 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`
`$ 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