Neovim revamped 2k24 (lazy.nvim)

This commit is contained in:
Kulvir Singh
2024-01-08 02:14:39 +05:30
parent a44a6b72de
commit 074b28112b
20 changed files with 539 additions and 0 deletions

2
nvim/init.lua Normal file
View File

@@ -0,0 +1,2 @@
require("lilJ.core")
require("lilJ.lazy_init")