๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use oil as default file explorer

kacaii 96be02d3 0a89cc32

+1 -1
+1 -1
.config/nvim/lua/plugins/oil.lua
··· 6 6 ---@module 'oil' 7 7 ---@type oil.SetupOpts 8 8 keys = { { "<leader>e", "<cmd>Oil<cr>", desc = "Open oil.nvim navigation" } }, 9 - opts = {}, 9 + opts = { default_file_explorer = true }, 10 10 }