-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenabled-plugins.txt
More file actions
62 lines (49 loc) · 1.25 KB
/
Copy pathenabled-plugins.txt
File metadata and controls
62 lines (49 loc) · 1.25 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
# Used by relink.go to know what to set as enabled plugins
# build (`go build && ./relink`) or run (`go run relink.go`) `relink.go` to relink
# the modules are located in ./lua/pluggers/ in the format {category}/{plug}
# e.g. "colors/mini.base16" to enable the mini.base16 colorscheme module
# read about the available plugins in their respective .md documentation
# plugins that are emphasized (surrounded with __) are recommended
# use `gf` to view the docs, and open netrw/oil to view inside the folder
# lua/pluggers/main/main.md
# lua/pluggers/colors/colors.md
#
# lua/pluggers/coding/coding.md
# lua/pluggers/editor/editor.md
# lua/pluggers/extra/extra.md
# lua/pluggers/fun/fun.md
# lua/pluggers/nav/nav.md
# lua/pluggers/ui/ui.md
# colors/ is not enabled by default
main/blink
main/conform
main/dap
main/lint
main/lsp
main/snacks
main/treesitter
coding/inc-rename
coding/neogen
coding/new-file-template
coding/ts-comments
editor/gitsigns
editor/guess-indent
editor/mini.ai
editor/mini.jump
editor/mini.pairs
editor/mini.surround
editor/undotree
extra/fugitive
extra/obsidian
fun/cellular-automaton
nav/minipoon
nav/oil
nav/snipe
ui/colorizer
ui/mini.animate
ui/mini.statusline
ui/noice
ui/render-markdown
ui/todo-comments
ui/which-key
# vim:commentstring=#\ %s: