Adding a neovim confing that is quite nice

This commit is contained in:
Tobias Loft
2025-04-03 10:24:44 +02:00
commit d6ad21e502
10 changed files with 325 additions and 0 deletions

8
lua/tobias/lazy/init.lua Normal file
View File

@@ -0,0 +1,8 @@
return {
{
"nvim-lua/plenary.nvim",
},
"eandrju/cellular-automaton.nvim",
}