Skip to content

Commit

Permalink
fix(oil): set Oil cmd (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
n3wborn authored Aug 6, 2024
1 parent 86ff315 commit 26d5014
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 @@ -2,6 +2,7 @@ return {
{
'stevearc/oil.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
cmd = 'Oil',
config = function()
require('oil').setup({
columns = { 'icon' },
Expand Down

0 comments on commit 26d5014

Please sign in to comment.