This commit is contained in:
nazrin 2024-12-06 02:50:46 +00:00
commit 03d3e82120
7 changed files with 444 additions and 0 deletions

8
init.lua Normal file
View file

@ -0,0 +1,8 @@
package.path = package.path .. (";%s/.config/nvim/?.lua"):format(os.getenv("HOME"))
require "plugins"
require "options"
require "keys"
require "theme"