Skip to content

Commit

Permalink
fix: only load impatient if found
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Aug 7, 2022
1 parent 2fc0cf8 commit 3b16839
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 @@ -14,7 +14,7 @@ o = vim.o
g = vim.g
wo = vim.wo

require 'impatient'
local ok, _ = pcall(require, 'impatient')
-- Load plugins
require 'venom.plugins'
-- Load autocompletions
Expand Down

0 comments on commit 3b16839

Please sign in to comment.