diff options
Diffstat (limited to 'plugin/00-plugin.lua')
| -rw-r--r-- | plugin/00-plugin.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugin/00-plugin.lua b/plugin/00-plugin.lua index def11c0..ac34066 100644 --- a/plugin/00-plugin.lua +++ b/plugin/00-plugin.lua @@ -1,8 +1,8 @@ --- --- 00-plugin.lua --- --- * Installs third-party plugins. --- +--[[ 00-plugin.lua — install third-party plugins via vim.pack. + +Plugins are pinned in nvim-pack-lock.json; this file must load first so later plugin/ files can +require() them. +]] vim.pack.add({ "https://github.com/airblade/vim-gitgutter", |
