Update init.lua with plugins from win config

This commit is contained in:
GillesMarkvoort 2024-09-16 10:52:28 +02:00 committed by GitHub
parent 7201dc4801
commit bdf862102e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 1 deletions

View File

@ -2,4 +2,16 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
'stevearc/oil.nvim',
opts = {},
-- Optional dependencies
dependencies = { "nvim-tree/nvim-web-devicons" },
},
{
"cappyzawa/trim.nvim",
opts = {}
},
}