Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 594 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 594 Bytes

Hanfei's dotvim

Neovim 0.5+ is required.

Installation

mkdir -p ~/.config
git clone https://github.com/qqshfox/dotvim.git ~/.config/nvim
nvim -c 'PackerSync'

Requirements

  • Tree-sitter
  • Nerd Fonts
  • Python
    • pylsp
      pipx install python-lsp-server
      pipx inject python-lsp-server pylsp-mypy python-lsp-black pyls-isort

Update

git pull
nvim -c 'PackerSync'