kickstart.txt 1.0 KB

123456789101112131415161718192021222324
  1. ================================================================================
  2. INTRODUCTION *kickstart.nvim*
  3. Kickstart.nvim is a project to help you get started on your neovim journey.
  4. *kickstart-is-not*
  5. It is not:
  6. - Complete framework for every plugin under the sun
  7. - Place to add every plugin that could ever be useful
  8. *kickstart-is*
  9. It is:
  10. - Somewhere that has a good start for the most common "IDE" type features:
  11. - autocompletion
  12. - goto-definition
  13. - find references
  14. - fuzzy finding
  15. - and hinting at what more can be done :)
  16. - A place to _kickstart_ your journey.
  17. - You should fork this project and use/modify it so that it matches your
  18. style and preferences. If you don't want to do that, there are probably
  19. other projects that would fit much better for you (and that's great!)!
  20. vim:tw=78:ts=8:ft=help:norl: