Skip to content

Commit

Permalink
Closes Mofiqul#46
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries authored Dec 18, 2022
1 parent 760823f commit c73aefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ require('packer').startup(function(use)
-- Fuzzy Finder Algorithm which requires local dependencies to be built. Only load if `make` is available
use { 'nvim-telescope/telescope-fzf-native.nvim', run = 'make', cond = vim.fn.executable 'make' == 1 }

-- Add custom plugins to packer from /nvim/lua/custom/plugins.lua
-- Add custom plugins to packer from ~/.config/nvim/lua/custom/plugins.lua
local has_plugins, plugins = pcall(require, 'custom.plugins')
if has_plugins then
plugins(use)
Expand Down

0 comments on commit c73aefc

Please sign in to comment.