moved plugins over

This commit is contained in:
weygoldt 2024-09-10 15:29:13 +02:00
parent a22976111e
commit 16c8f8f1c1
15 changed files with 272 additions and 4 deletions

View file

@ -0,0 +1,8 @@
return {
'nvim-tree/nvim-web-devicons',
config = function()
require('nvim-web-devicons').setup {
default = true,
}
end,
}