My personal configs, feel free to yoink as you see fit, as I probably yoinked them all from someone else anyways lol
Go to file
2024-08-30 05:21:00 +00:00
.config use nvim by default 2024-08-30 05:21:00 +00:00
.local/bin make sure the new user has a home 2024-08-05 21:01:39 +00:00
.bashrc cleaning up home 2024-04-30 13:03:42 -06:00
.gitignore coc java 2023-08-20 06:41:22 -06:00
.gitmodules use submodules like a sane person 2023-08-20 06:48:50 -06:00
README.md add coc plugins 2024-07-25 16:25:15 +00:00

config

These are my configs for my personal linux systems (AwesomeWM / X11)

Installation

This is needed to install nvim plugins

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'

otherwise just copy the .local and .config folders into your system's

Coc plugins

  • coc-pyright
  • coc-rust-analyzer