diff options
| author | Baitinq <[email protected]> | 2024-03-19 00:44:52 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-03-19 00:44:52 +0100 |
| commit | bd357054211203dbb8775d4e92c3e0757ef77302 (patch) | |
| tree | 06ba1bbf99f767a2b88bbb2d3080d4206e9b3c9c /dotfiles/nvim | |
| parent | Hosts: Add tmux config (diff) | |
| download | nixos-config-bd357054211203dbb8775d4e92c3e0757ef77302.tar.gz nixos-config-bd357054211203dbb8775d4e92c3e0757ef77302.tar.bz2 nixos-config-bd357054211203dbb8775d4e92c3e0757ef77302.zip | |
Dotfiles: Nvim: Install neotree
Diffstat (limited to 'dotfiles/nvim')
| -rw-r--r-- | dotfiles/nvim/init.lua | 10 |
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. -- |