first commit

This commit is contained in:
λmolinae 2025-01-02 18:02:01 -06:00
commit 5d5eca8684
6 changed files with 78 additions and 0 deletions

9
lua/plugins/neopywal.lua Normal file
View file

@ -0,0 +1,9 @@
return {
{
"RedsXDD/neopywal.nvim",
name = "neopywal",
lazy = false,
priority = 1000,
opts = {},
}
}