Skip to content

neilbryson/my-nvim-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my-nvim-setup

Requirements

  • neovim v0.7 or above

How to use

  1. Copy the contents of setup to your $HOME/.config/nvim directory
  2. Install packer.nvim
  3. Install plugin dependencies
    • ack
    • fzf
    • pynvim (pip install nvim)
  4. Input your Code::Stats API key in init.vim g:codestats_api_key
  5. Open neovim and run :PackerInstall