Restructure to monorepo

This commit is contained in:
Luka Jankovic 2025-01-24 01:18:12 +01:00
parent 2d7c3cd696
commit b37fcbd18f
35 changed files with 1 additions and 2 deletions

6
nvim/lua/plugins/oil.lua Normal file
View file

@ -0,0 +1,6 @@
return {
"stevearc/oil.nvim",
config = function()
require("oil").setup()
end,
}