neilbryson / my-nvim-setup

Configuration I use for neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Configuration I use for neovim

License:The Unlicense


Languages

Language:Lua 56.7%Language:Vim Script 43.3%