Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

The Neovim Plugins Directory

Neovim will load any [TODO: Code shorthand span ] or [TODO: Code shorthand span ] files in the directory :

~/.config/nvim/plugin

And any sub directories.

I setup [TODO: Code shorthand span ] for quick test scripts

Note that the [TODO: Code shorthand span ] directory wasn't there for me by default. I had to create it.

Also, the ~/.config parent is dependent on your runtime path. You can see those directories with :

lua
lua print(vim.inspect(vim.api.nvim_list_runtime_paths()))