mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Rename plugins.d/ to pluginconf/
This commit is contained in:
parent
9aeb792628
commit
c5baadf07f
|
@ -4,7 +4,7 @@ local fn = vim.fn
|
|||
|
||||
local config_dir = fn.stdpath("config") -- Config directory (usually: ~/.config/nvim)
|
||||
local plugvim_plugins_dir = config_dir .. "/plugged" -- Dir with all plugins installed by Plug.vim
|
||||
local plugin_files_dir = config_dir .. "/lua/plugins.d" -- Dir with plugin config files including Plug call(s)
|
||||
local plugin_files_dir = config_dir .. "/lua/pluginconf" -- Dir with plugin config files including Plug call(s)
|
||||
|
||||
-- Automatically download vimplug and run PlugInstall
|
||||
local autoload_dir = config_dir .. "/autoload"
|
||||
|
|
Loading…
Reference in a new issue