aboutsummaryrefslogtreecommitdiff
path: root/init.lua
blob: fca96e965f81f1a6302bd3434ec0099085c07530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-- 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" -- probably don't need this if I have session manager
require "user.neoscroll"
require "user.commentstring"
require "user.bufferline"
require "user.alpha"
require "user.session-manager"
require "user.telescope"
require "user.nvimtree"
require "user.gitsigns"

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