-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.lua
More file actions
21 lines (19 loc) · 1.54 KB
/
init.lua
File metadata and controls
21 lines (19 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---------------------------------------------------------------------------
-------------------------- Developed by nhattVim --------------------------
------------------- Github: https://github.com/nhattVim -------------------
---------------------------------------------------------------------------
-------- ███╗ ███╗██╗ ██╗ ███╗ ██╗██╗ ██╗██╗███╗ ███╗ --------
-------- ████╗ ████║╚██╗ ██╔╝ ████╗ ██║██║ ██║██║████╗ ████║ --------
-------- ██╔████╔██║ ╚████╔╝ ██╔██╗ ██║██║ ██║██║██╔████╔██║ --------
-------- ██║╚██╔╝██║ ╚██╔╝ ██║╚██╗██║╚██╗ ██╔╝██║██║╚██╔╝██║ --------
-------- ██║ ╚═╝ ██║ ██║ ██║ ╚████║ ╚████╔╝ ██║██║ ╚═╝ ██║ --------
-------- ╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚═══╝ ╚═╝╚═╝ ╚═╝ --------
---------------------------------------------------------------------------
-- Import env & neovim configuration
require("core.utils").load_env()
require("core.autocmds")
require("core.options")
require("core.keymaps")
require("others.neovide")
-- Import plugins manager
require("core.lazy_lib")