Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.4 KB

TODO.md

File metadata and controls

46 lines (29 loc) · 1.4 KB

TODO

VIM Buffers
  • some sort of tabbing system that works while keeping nerd-tree open ?
  • Learn how to size nerd tree
Swift auto-correction in VIM w/ Ale

Find way to pass file to swiftlint autocorrect --format OR... ... add a --std-in option swiftlint and then compiling my own binary ...

Autocompletion in VIM w/ COC

Lets explore how to get this working needs:

  • Jump to Definition
  • Function syntax bubble above OR autocompletion for brackets, and function calls etc..
  • If .swift, maybe have way to toggle on/off tokenized auto-complete, and prefer LSP/Standard Library stuff.
  • Figure out key combinations and other things the COC Offers
  • Research deoplete, and omnifunc etc..
Project-wide Search
Build Errors & Warnings
  • Have them load into the quickfix list ??
  • Find way to rebuild from VIM, are partial build supported ? or build on save ?
NeoVim
Random VIM

CLEANUP

  • Remove repo's that are not submodules
  • maybe add seperate work-space area for downloading and compiling from source