From bd357054211203dbb8775d4e92c3e0757ef77302 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 19 Mar 2024 00:44:52 +0100 Subject: Dotfiles: Nvim: Install neotree --- dotfiles/nvim/init.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dotfiles/nvim') diff --git a/dotfiles/nvim/init.lua b/dotfiles/nvim/init.lua index cd690d6..fd29bd4 100644 --- a/dotfiles/nvim/init.lua +++ b/dotfiles/nvim/init.lua @@ -232,7 +232,17 @@ require('lazy').setup({ -- with the first argument being the link and the following -- keys can be used to configure plugin behavior/loading/etc. 'direnv/direnv.vim', + 'github/copilot.vim', + { + "nvim-neo-tree/neo-tree.nvim", + branch = "v3.x", + dependencies = { + "nvim-lua/plenary.nvim", + "nvim-tree/nvim-web-devicons", + "MunifTanjim/nui.nvim", + } + }, -- -- Use `opts = {}` to force a plugin to be loaded. -- -- cgit 1.4.1