We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 760823f commit c73aefcCopy full SHA for c73aefc
init.lua
@@ -57,7 +57,7 @@ require('packer').startup(function(use)
57
-- Fuzzy Finder Algorithm which requires local dependencies to be built. Only load if `make` is available
58
use { 'nvim-telescope/telescope-fzf-native.nvim', run = 'make', cond = vim.fn.executable 'make' == 1 }
59
60
- -- Add custom plugins to packer from /nvim/lua/custom/plugins.lua
+ -- Add custom plugins to packer from ~/.config/nvim/lua/custom/plugins.lua
61
local has_plugins, plugins = pcall(require, 'custom.plugins')
62
if has_plugins then
63
plugins(use)
0 commit comments