diff options
| author | Max Bossing <info@maxbossing.de> | 2025-07-24 13:43:10 +0200 | 
|---|---|---|
| committer | Max Bossing <info@maxbossing.de> | 2025-07-24 13:43:10 +0200 | 
| commit | 361ccb013ecfc2a2effd5e8b85e7d2ea926c3a1a (patch) | |
| tree | fdfcf19de7820ad22eccb1c156fb8dc77ea9d408 /nvim | |
| parent | b89f5cf7314a508aab6957306f0c333b835ef963 (diff) | |
feat: Neotree
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/lua/plugins.lua | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index 31d9852..6798980 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -50,6 +50,17 @@ require("lazy").setup({    -- Wakatime    'wakatime/vim-wakatime', +  { +    'nvim-neo-tree/neo-tree.nvim', +    branch = 'v3.x', +    dependencies = { +      'nvim-lua/plenary.nvim', +      'MunifTanjim/nui.nvim', +      {'3rd/image.nvim', opts = {}}, +    }, +    lazy = false, +  }, +    -- Markdown    {      'OXY2DEV/markview.nvim', | 
