We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c887281 commit 1e8f14bCopy full SHA for 1e8f14b
lua/custom/plugins/oil.lua
@@ -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
@@ -49,6 +49,8 @@ require('lazy').setup({
49
50
require 'custom/plugins/typescript-tools',
51
52
+ require 'custom/plugins/oil',
53
+
54
-- require 'custom/plugins/markview',
55
56
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
0 commit comments