Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (27 loc) · 1018 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 1018 Bytes

dotConfigs

**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

deps

basic

* stow

for nvim

* ripgrep

for vim

* fzf
* ctags
* [stylua](https://github.com/JohnnyMorganz/StyLua): `cargo install stylua`, for lua formatting.

config vim

Note: need vim 8.0+

  1. stow vim -t ~ -v
  2. vim

config nvim

Note: need nvim 0.5+

  1. stow nvim-lua -t ~ -v
  2. install packer: git clone https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim
  3. start nvim,run:PackerCompile:PackerInstall
  4. restart nvim

screenshot

Screenshot Screenshot