You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Adam Pippin 2975f528ac update vim-plug 2 years ago
autoload update vim-plug 2 years ago
colors Initial commit 2 years ago
doc Rewrite plugin manager 2 years ago
lua Rewrite plugin manager 2 years ago
.gitignore Initial commit 2 years ago
README.md Rewrite plugin manager 2 years ago
init.lua Add init scripts 2 years ago
startup.vim Add init scripts 2 years ago

README.md

NukeVim -- nucleardog's nvim config

This is my modular-ish and configurable-ish neovim config.

It's not intended to serve anyone's purposes but my own, but the core of it should be fairly adaptable (if poorly implemented) to anything you want it to do.

For further information, check out the vim help file.

TODO

  • Go through and declare all the variables local because I misunderstood lua variable scoping rules.