Update quicknotes.md
Formatting
This commit is contained in:
parent
3be06b91df
commit
22d29b811a
@ -1,11 +1,11 @@
|
||||
### Commands used when setting up `kak-lsp`. Need to tidy up this and create a proper README.md
|
||||
### 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`
|
||||
[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`
|
||||
Loading…
x
Reference in New Issue
Block a user