Skip to content

H1ghBre4k3r/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim Configuration

This repo contains my private configuration for NeoVim. I try to give you concrete setup information, so you can create your own experience!

Setup

This configuration uses packer.nvim for plugin management.

To install packer, simply run the following:

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim

Then, simply clone (or link) this repo to your local neovim config location, e.g.:

ln -s $(pwd) ~/.config/nvim

After starting NeoVim, run :PackerSync to install all plugins.

About

My private NeoVim setup and configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages