-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.lua
40 lines (38 loc) · 834 Bytes
/
init.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
require "user.util"
require "user.launch"
require "user.options"
require "user.title"
require "user.keymaps"
require "user.autocmds"
spec "user.colorscheme"
spec "user.devicons"
spec "user.treesitter"
spec "user.mason"
spec "user.wakatime"
spec "user.conform"
spec "user.spectre"
-- spec "user.schemastore"
spec "user.lspconfig"
spec "user.cmp"
spec "user.telescope"
spec "user.none-ls"
spec "user.illuminate"
spec "user.gitsigns"
spec "user.whichkey"
-- spec "user.nvimtree"
spec "user.comment"
spec "user.lualine"
spec "user.navic"
spec "user.breadcrumbs"
-- spec "user.harpoon"
-- spec "user.neotest"
spec "user.autopairs"
-- spec "user.neogit"
-- spec "user.alpha"
spec "user.project"
spec "user.indentline"
spec "user.toggleterm"
spec "user.submodules"
spec "user.extras.copilot"
spec "user.virtual-column"
require "user.lazy"