-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.lua
More file actions
72 lines (54 loc) · 1.1 KB
/
init.lua
File metadata and controls
72 lines (54 loc) · 1.1 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
require "atlas.global"
require "atlas.autocommands"
require "atlas.functions"
require "atlas.settings"
require "atlas.keymaps"
require "atlas.icons"
-- ----------
-- Plugins
-- ----------
-- Notification
Spec "atlas.notify"
Spec "atlas.dressing"
-- Spec "atlas.noice"
-- Themes
Spec 'atlas.just-black'
-- Status Line
Spec "atlas.lualine"
-- Buffer Line
Spec "atlas.tabline"
-- Telescope
Spec "atlas.telescope"
-- Treesitter
Spec "atlas.treesitter"
-- Indent Line
Spec "atlas.indentline"
Spec "atlas.mini-identscope"
-- TODO Comments
Spec "atlas.todo-comments"
Spec "atlas.colorizer"
Spec "atlas.illuminate"
Spec "atlas.nvim-tree"
Spec "atlas.toggleterm"
Spec "atlas.comment"
Spec "atlas.eyeliner"
Spec "atlas.project"
-- require "atlas.markdown"
-- Navic
-- Spec "atlas.navbuddy"
Spec "atlas.navic"
-- LSP
Spec "atlas.lsp.mason"
Spec "atlas.schemastore"
Spec "atlas.lsp"
Spec "atlas.lsp.lsp-signature"
Spec "atlas.lsp.null-ls"
Spec "atlas.lsp.lsp_lines"
Spec "atlas.fidget"
Spec "atlas.cmp"
-- Bookmarks
Spec "atlas.bookmarks"
-- Code Action
Spec "atlas.lightbulb"
-- Source Plugins
require "atlas.lazy"