**Note: **
This repo is totally a mess now. I open a new repo as home of my dots. see: dots
Collection of dot configs for nvim, tmux, and other linux tools.
This repo use stow to manage dotfiles. see: Managing Dotfiles with GNU stow
* stow
* ripgrep
* fzf
* ctags
* [stylua](https://github.com/JohnnyMorganz/StyLua): `cargo install stylua`, for lua formatting.
Note: need vim 8.0+
stow vim -t ~ -v
vim
Note: need nvim 0.5+
stow nvim-lua -t ~ -v
- install packer:
git clone https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim
- start nvim,run
:PackerCompile
和:PackerInstall
- restart nvim