home ~ projects ~ socials

The Neovim Plugins Directory

Neovim will load any .vim or .lua files in the directory:

~/.config/nvim/plugin

And any sub directories.

I setup ~/.config/nvim/plugin/aws_test for quick test scripts

Note that the plugin 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 print(vim.inspect(vim.api.nvim_list_runtime_paths()))
-- end of line --