Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.11 KB

diy.nvim

Introduction

This is my own Neovim configuration, based on kickstart.nvim.

Provide modular configuration and some customized plugins, works ok on Linux an Mac.

Install Neovim

diy.nvim targets only the latest 'stable' and latest 'nightly' of Neovim.

Install External Dependencies

External Requirements:

  • Basic utils: git, make, unzip, C Compiler (gcc)
  • ripgrep
  • A Nerd Font: optional, provides various icons
    • Set vim.g.have_nerd_font in init.lua to true if have it.

Install diy.nvim

git clone https://github.com/TangSiyang2001/diy.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim

Could use alias to start if config directory name is not nvim.

alias nvim-alias='NVIM_APPNAME="alias-config-dir" nvim'

Then start with nvim-alias.

More infomation

Refer to kickstart.nvim.