Skip to content

Commit c73aefc

Browse files
authored
Closes nvim-lua#46
1 parent 760823f commit c73aefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require('packer').startup(function(use)
5757
-- Fuzzy Finder Algorithm which requires local dependencies to be built. Only load if `make` is available
5858
use { 'nvim-telescope/telescope-fzf-native.nvim', run = 'make', cond = vim.fn.executable 'make' == 1 }
5959

60-
-- Add custom plugins to packer from /nvim/lua/custom/plugins.lua
60+
-- Add custom plugins to packer from ~/.config/nvim/lua/custom/plugins.lua
6161
local has_plugins, plugins = pcall(require, 'custom.plugins')
6262
if has_plugins then
6363
plugins(use)

0 commit comments

Comments
 (0)