aboutsummaryrefslogtreecommitdiff
path: root/init.lua
blob: 24a1e210fd290f1e3a04cac9f2020c2c87e440fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
-- This should be called first
require "user.plugins"

-- Specific configuration for those plugins
require "user.lualine"
require "user.cmp"
require "user.lsp"
require "user.treesitter"
require "user.impatient"
require "user.project"
require "user.neoscroll"
require "user.commentstring"
require "user.bufferline"
require "user.alpha"
require "user.session-manager"
require "user.telescope"
require "user.nvimtree"

-- Those should be called last
require "user.keymaps"
require "user.options"
require "user.config"