Add nvim-tree plugin, no config

This commit is contained in:
smashblu 2024-10-04 16:26:20 -07:00
parent 1e8f14bf35
commit aee634c598
2 changed files with 13 additions and 0 deletions

View File

@ -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,
}

View File

@ -51,6 +51,8 @@ require('lazy').setup({
require 'custom/plugins/oil',
require 'custom/plugins/nvim-tree',
-- require 'custom/plugins/markview',
-- The following two comments only work if you have downloaded the kickstart repo, not just copy pasted the