Skip to content

nathanrosspowell/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeoVim Configuration Files

This is superseding the old vim that I abandoned in 2014. Afer many years of dealing with stock vim-motion extensions for Visual Studio, we're back in the text editor configuration game!

Windows Symlink

Clone this repository to a familiar directory, then setup a symlink for the directory in %APPDATA% folder

mklink /J C:\Users\np\AppData\Local N:\github\nvim

Note: the :h rtp in NeoVim will show you all the runtime paths used for loading configs.

Package Manager Installation

To be able to reference shared configuration files from GitHub without copies or submodules, we can use a package manager.

https://github.com/wbthomason/packer.nvim

The instructions to do so are in the quickstart. After this is done, all of the referenced packages in these configuration files will be downloaded as required.

Handy Packer Commands

:PackerSync

External Tools

Find In Files

https://github.com/BurntSushi/ripgrep

$ choco install ripgrep

About

Neovim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages