forked from LunarVim/Launch.nvim
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinit.lua
38 lines (38 loc) · 897 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
require "user.launch"
require "user.options"
require "user.keymaps"
require "user.autocmds"
spec "user.colorscheme"
spec "user.devicons"
spec "user.treesitter"
spec "user.mason"
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.gitlinker"
spec "user.nvimsurround"
spec "user.extras.telekasten"
spec "user.extras.bufferline"
spec "user.extras.guess-indent"
spec "user.extras.telescope-file-browser"
spec "user.extras.telescope-fzf-native"
spec "user.extras.nvim-highlight-colors"
require "user.lazy"