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.

15 lines
446 B

2 years ago
# 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](doc/nukevim.txt).
## TODO
* Go through and declare all the variables `local` because I misunderstood lua
variable scoping rules.