Add oil.nvim plugin, no config
This commit is contained in:
parent
c887281569
commit
1e8f14bf35
|
@ -0,0 +1,11 @@
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'stevearc/oil.nvim',
|
||||||
|
---@module 'oil'
|
||||||
|
---@type oil.SetupOpts
|
||||||
|
opts = {},
|
||||||
|
-- Optional dependencies
|
||||||
|
dependencies = { { 'echasnovski/mini.icons', opts = {} } },
|
||||||
|
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if prefer nvim-web-devicons
|
||||||
|
},
|
||||||
|
}
|
|
@ -49,6 +49,8 @@ require('lazy').setup({
|
||||||
|
|
||||||
require 'custom/plugins/typescript-tools',
|
require 'custom/plugins/typescript-tools',
|
||||||
|
|
||||||
|
require 'custom/plugins/oil',
|
||||||
|
|
||||||
-- require 'custom/plugins/markview',
|
-- require 'custom/plugins/markview',
|
||||||
|
|
||||||
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
|
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the
|
||||||
|
|
Loading…
Reference in New Issue