Skip to content

starifly/FlyVim

Repository files navigation

Screenshots

Nerdtree & Tagbar Nerdtree & Tagbar

Preview Preview

Auto Complete Auto Complete

Syntax Check Syntax Check

Float Term Float Term

Window Choose Window Choose

F2 Search F2 Search

File Search File Search

Installation

Prerequisites

  • Vim >= 8.1
  • python3
  • apt install clang-format gcc cppcheck shfmt shellcheck global universal-ctags ripgrep
  • pip install ruff yapf

Quick Install

$ bash <(curl -fsSL https://git.io/fAl8K)

Manual

$ git clone git@github.com:starifly/FlyVim.git ~/.FlyVim
$ cd ~/.FlyVim
$ make vim     # install FlyVim for Vim
$ make neovim  # install FlyVim for NeoVim

Update

$ cd .FlyVim
$ make update

Full Installation Guide

https://github.com/starifly/FlyVim/wiki/Full-Installation-Guide

Thanks

This config is based on vim-init, thanks very much!