Vim/Neovim Config Directory Guide (~/.config/nvim & ~/.vim)

Udemy Vim/Neovim Config Directory Guide (~/.config/nvim & ~/.vim)

Register & Get access to index
5041690-babe.jpg
Better Organize Your Config Directory

Description​

The ultimate course for Vim/Neovim config geeks!

Your vimrc/init.vim becoming way too huge?
Don't know how to organize your config directory into separate files and folders?
Feeling frustrated about different files overriding another and yet you have no clue what is going on?
Want to create your own plugin but don't know what goes where?

This course is exactly for you!


Topics:
/plugin

  • What does /plugin do?
  • What is runtime command?
  • What is runtimepath?
/pack
  • How do plugins get installed without plugin manager?
  • How does pack start directory work?
  • How does pack opt directory work?
/colors
  • What does /colors do?
filetype.vim
  • What does filetype.vim do?
scripts.vim
  • What does scripts.vim do?
/ftdetect
  • What does /ftdetect do?
/ftplugin
  • What does /ftplugin do?
  • How to disable ftplugin?
  • How to override ftpluin?
/syntax
  • What does /syntax do?
  • How to add your own custom keywords to the highlight?
/indent
  • What does /indent do?
  • Why my /after/ftplugin is directory not working?
  • Load order of ftplugin, indent & syntax autocmd

FAQ
Am I allowed to ask questions during the course?

Yes. You can ask any questions.
I remember when I just started learning Vim and I felt extremely shy to ask anything on the internet thinking that maybe my questions are so silly and everyone will laugh at my stupid question! ?
Everyone is a beginner at some point. So feel free to ask any question. There is no such thing as a stupid question!

But I am a Vim user.......
No problem!
For Neovim
  • config directory ~/.config/nvim
  • distributed runtime /usr/local/neovim/<version>/share/nvim/runtime
For Vim
  • config directory ~/.vim
  • distributed runtime /usr/share/vim/vim<version>
For the exact location of the runtime files use the following command from your vim/neovim.
echo $VIMRUNTIME


Vimscript or Lua?
We do not write code in this course.
Just very simple vim commands.

Who this course is for:​

  • Intermediate Vim user who wants to understand Vim at a deeper level
Author
Satoru Gojo
Downloads
95
Views
799
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Satoru Gojo