From f36bc10c574b040adb7d02dc26fb441bfc041f69 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 16 Mar 2023 00:10:03 +0200 Subject: [PATCH] fix nvim-tree --- lua/user/plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 28586e8..719d0e1 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -46,8 +46,8 @@ return packer.startup(function(use) use("windwp/nvim-autopairs") -- Autopairs, integrates with both cmp and treesitter use("numToStr/Comment.nvim") use("JoosepAlviste/nvim-ts-context-commentstring") - use("kyazdani42/nvim-web-devicons") - use("kyazdani42/nvim-tree.lua") + use("nvim-tree/nvim-web-devicons") + use({ "nvim-tree/nvim-tree.lua", tag = "9c97e6449b0b0269bd44e1fd4857184dfa57bb4c" }) use("akinsho/bufferline.nvim") use("moll/vim-bbye") use("nvim-lualine/lualine.nvim")