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 e24d9cd3d0 Add some stuff for using coq, basically untested 2 years ago
autoload update vim-plug 2 years ago
colors Initial commit 2 years ago
doc * Add coc extension list to plugin config to ease first-time setup 2 years ago
lua Add some stuff for using coq, basically untested 2 years ago
.gitignore Initial commit 2 years ago
README.md Add more todo items 2 years ago
init.lua Add init scripts 2 years ago
startup.vim * Add coc extension list to plugin config to ease first-time setup 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.
  • Replace tagbar/ctags with cocoutline? Or vista (uses LSP instead of ctags)
  • Maybe add CtrlPFunky for navigating within files?
  • CocAction('format') -- what else?
  • Review new Coc extensions