Configuration files of some software I use.
- Install packer;
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
- Install plugins;
nvim ~/.config/nvim/lua/stuff/packer.lua
:so
:PackerSync
Next time you open nvim
it will install the lsps and treesitter.
I'm not sure you need the following steps [3]-[5].
- Install
pip
;
sudo pacman -Sy python-pip
- Install
neovim
pip
package;
sudo pip install neovim
- Install
pynvim
pip
package.
sudo pip install pynvim
Dependencies:
- https://github.com/joshuarli/vape (
cargo install vape
)
Dependencies:
- i3lockmore
- xss-lock
- feh
- fcitx5 (japanese)
- gnome-screenshot
- uncomment
ja_JP.utf8
from/etc/locale.gen
, then ofc runlocale-gen
- set locale:
sudo localectl set-locale LANG=ja_JP.utf8
- just undo terminal because it looks terrible:
LANG=en_US.UTF-8 kitty
You should be good to go now, happy hacking! 👩💻