2023-08-14 10:39:58 +00:00
|
|
|
# config
|
|
|
|
These are my configs for my personal linux systems (AwesomeWM / X11)
|
2023-12-27 04:20:01 +00:00
|
|
|
## Installation
|
|
|
|
This is needed to install nvim plugins
|
|
|
|
```bash
|
2024-01-05 04:42:44 +00:00
|
|
|
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
|
|
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
2023-12-27 04:20:01 +00:00
|
|
|
```
|
|
|
|
otherwise just copy the .local and .config folders into your system's
|
2024-07-25 16:25:15 +00:00
|
|
|
|
|
|
|
## Coc plugins
|
|
|
|
* coc-pyright
|
|
|
|
* coc-rust-analyzer
|