Skip to content

Commit

Permalink
fix(lazy): add oil event
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Pluchart committed Aug 6, 2024
1 parent 995a6b9 commit 7b32fd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/oil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ return {
'stevearc/oil.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
cmd = 'Oil',
event = 'VeryLazy',
config = function()
require('oil').setup({
columns = { 'icon' },
Expand Down

0 comments on commit 7b32fd9

Please sign in to comment.