Skip to content

Abdomash/nvim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abdomash Neovim Config

Introduction

This is (my fork of) a fork of nvim-lua/kickstart.nvim that moves from a single file to a multi file configuration.

NOT a Neovim distribution, but instead a starting point for your configuration.

The Only Video You Need to Get Started with Neovim

Quick Start

Install Neovim

Windows

choco install neovim

MacOS

brew install neovim

Linux

sudo add-apt-repository ppa:neovim-ppa/unstable -y
sudo apt update
sudo apt install make gcc ripgrep unzip git xclip neovim

Build from Source

bash scripts/install.sh

Install Config

Install Neovim config

git clone git@github.com:abdomash/nvim-config.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim

Extra

Tmux config

cp "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim/.tmux.conf ~/.tmux.conf

WezTerm config

cp "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim/wezterm.lua ~/.wezterm.lua

About

My neovim config

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published