Add nvim-tree plugin, no config
This commit is contained in:
parent
1e8f14bf35
commit
aee634c598
|
@ -0,0 +1,11 @@
|
||||||
|
return {
|
||||||
|
'nvim-tree/nvim-tree.lua',
|
||||||
|
version = '*',
|
||||||
|
lazy = false,
|
||||||
|
dependencies = {
|
||||||
|
'nvim-tree/nvim-web-devicons',
|
||||||
|
},
|
||||||
|
config = function()
|
||||||
|
require('nvim-tree').setup {}
|
||||||
|
end,
|
||||||
|
}
|
|
@ -51,6 +51,8 @@ require('lazy').setup({
|
||||||
|
|
||||||
require 'custom/plugins/oil',
|
require 'custom/plugins/oil',
|
||||||
|
|
||||||
|
require 'custom/plugins/nvim-tree',
|
||||||
|
|
||||||
-- 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