Skip to content

Commit 1e8f14b

Browse files
committed
Add oil.nvim plugin, no config
1 parent c887281 commit 1e8f14b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

lua/custom/plugins/oil.lua

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
return {
2+
{
3+
'stevearc/oil.nvim',
4+
---@module 'oil'
5+
---@type oil.SetupOpts
6+
opts = {},
7+
-- Optional dependencies
8+
dependencies = { { 'echasnovski/mini.icons', opts = {} } },
9+
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if prefer nvim-web-devicons
10+
},
11+
}

lua/lazy-plugins.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ require('lazy').setup({
4949

5050
require 'custom/plugins/typescript-tools',
5151

52+
require 'custom/plugins/oil',
53+
5254
-- require 'custom/plugins/markview',
5355

5456
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the

0 commit comments

Comments
 (0)