Skip to content

Commit

Permalink
Enable Oil
Browse files Browse the repository at this point in the history
  • Loading branch information
charnley committed Apr 15, 2024
1 parent 417116b commit a2aea30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dot/neovim/lua/ide.lua
Original file line number Diff line number Diff line change
Expand Up @@ -290,3 +290,6 @@ require('leap').create_default_mappings()
-- the default whitespace group.
require('leap').opts.equivalence_classes = { ' \t\r\n', '([{', ')]}', '\'"`' }
require('leap').opts.labels = 'sfnjklhodweimbuyvrgtaqpcxz'

-- Setup oil
vim.keymap.set("n", "-", "<CMD>Oil<CR>", { desc = "Open parent directory" })

0 comments on commit a2aea30

Please sign in to comment.