changed to oil.nvim

This commit is contained in:
Radu Macocian (admac)
2025-12-04 15:58:56 +01:00
parent 9e02033823
commit 7654b61e32
5 changed files with 21 additions and 3 deletions

View File

@@ -53,6 +53,10 @@ require("lazy").setup({
dependencies = { 'nvim-tree/nvim-web-devicons', lazy = true }
},
'hrsh7th/cmp-nvim-lsp',
{
'stevearc/oil.nvim',
dependencies = {{ "nvim-mini/mini.icons" }}
},
'hrsh7th/cmp-buffer',
'hrsh7th/nvim-cmp',
'L3MON4D3/LuaSnip',