Skip to content

Commit

Permalink
feat: show permissions and open files
Browse files Browse the repository at this point in the history
  • Loading branch information
tricktux committed Dec 15, 2024
1 parent bb7cca2 commit eea6376
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion defaults/.config/nvim/lua/plugins/oil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ return {
'size',
'mtime',
'icon',
-- "permissions",
"permissions",
},
-- Configuration for the floating window in oil.open_float
float = {
Expand Down Expand Up @@ -123,6 +123,7 @@ return {
['_'] = 'actions.open_cwd',
['`'] = 'actions.cd',
['~'] = 'actions.tcd',
['x'] = 'actions.open_external',
['g.'] = 'actions.toggle_hidden',
},
view_options = {
Expand Down

0 comments on commit eea6376

Please sign in to comment.