Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

cctechwiz/neovim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Merged into https://github.com/cctechwiz/dotconfig


Neovim Configuration

Installing Nvim on Unix Systems

# Install Neovim
brew install neovim
## or
apt, yum, etc... install neovim

# Clone Config
git clone [email protected]:cctechwiz/neovim-config.git ~/.config/nvim

# Install vim-plug
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'

# Install Neovim Pluginss
nvim  PlugInstall  qall

Installing Nvim on Windows

# Install Neovim
choco install neovim

# Clone Config
git clone [email protected]:cctechwiz/neovim-config.git ~/AppData/Local/nvim

# Install vim-plug
iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
    ni "$env:LOCALAPPDATA/nvim-data/site/autoload/plug.vim" -Force

# Install Neovim Plugins
nvim  PlugInstall  qall

About

Neovim configuration files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published