KyleKing / nvim

Personal nvim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nvim

My personal nvim configuration. Based on:

My preference is for opinionated plugins that require minimal configuration.

MacOS (and Linux) Install

NVIM_CONFIG_DIR=${XDG_CONFIG_HOME:-$HOME/.config}/nvim
mv $NVIM_CONFIG_DIR ${NVIM_CONFIG_DIR}-backup
mv $HOME/.local/share/nvim $HOME/.local/share/nvim-backup

# FYI: create an alias to manage multiple configurations
# alias nvim-backup='NVIM_APPNAME="${NVIM_CONFIG_DIR}-backup" nvim'

gh repo clone KyleKing/nvim $NVIM_CONFIG_DIR
nvim

Any missing CLI tools should be flagged by running :checkhealth in nvim

About

Personal nvim configuration

License:GNU General Public License v3.0


Languages

Language:Lua 99.2%Language:Shell 0.8%