diff options
| author | Callahan Kovacs <callahankovacs@gmail.com> | 2023-04-05 08:37:16 -0500 |
|---|---|---|
| committer | Callahan Kovacs <callahankovacs@gmail.com> | 2023-04-05 08:37:16 -0500 |
| commit | 164d6129f8c66a3ddc0607e633ee57d3de45cf1c (patch) | |
| tree | 9c0c185fc23f6f608756e747872eaabb0b988f7f /lua/plugins.lua | |
| parent | cde21f6f67d16112ec82bd4e847a54ab695799b8 (diff) | |
nvim-tree: update other references
Signed-off-by: Callahan Kovacs <callahankovacs@gmail.com>
Diffstat (limited to 'lua/plugins.lua')
| -rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 07e1fac..ea0c333 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -137,7 +137,7 @@ packer.startup { use { "tanvirtin/monokai.nvim", opt = true } use { "marko-cerovac/material.nvim", opt = true } - use { "kyazdani42/nvim-web-devicons", event = "VimEnter" } + use { "nvim-tree/nvim-web-devicons", event = "VimEnter" } use { "nvim-lualine/lualine.nvim", |
