about summary refs log tree commit diff
path: root/dotfiles/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/nvim')
-rw-r--r--dotfiles/nvim/init.lua10
1 files changed, 10 insertions, 0 deletions
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.
   --