File tree Expand file tree Collapse file tree 1 file changed +24
-17
lines changed Expand file tree Collapse file tree 1 file changed +24
-17
lines changed Original file line number Diff line number Diff line change 75
75
# Set option value with default priority so that values are appended by default
76
76
combinePlugins . pathsToLink = [
77
77
# :h rtp
78
- "/autoload"
79
- "/colors"
80
- "/compiler"
81
- "/doc"
82
- "/ftplugin"
83
- "/indent"
84
- "/keymap"
85
- "/lang"
86
- "/lua"
87
- "/pack"
88
- "/parser"
89
- "/plugin"
90
- "/queries"
91
- "/rplugin"
92
- "/spell"
93
- "/syntax"
94
- "/tutor"
78
+ # TODO: "/filetype.lua" # filetypes (:h new-filetype)
79
+ "/autoload" # automatically loaded scripts (:h autoload-functions)
80
+ "/colors" # color scheme files (:h :colorscheme)
81
+ "/compiler" # compiler files (:h :compiler)
82
+ "/doc" # documentation (:h write-local-help)
83
+ "/ftplugin" # filetype plugins (:h write-filetype-plugin)
84
+ "/indent" # indent scripts (:h indent-expression)
85
+ "/keymap" # key mapping files (:h mbyte-keymap)
86
+ "/lang" # menu translations (:h :menutrans)
87
+ "/lsp" # LSP client configurations (:h lsp-config)
88
+ "/lua" # Lua plugins (:h lua)
89
+ # TODO: "/menu.vim" # GUI menus (:h menu.vim)
90
+ "/pack" # packages (:h :packadd)
91
+ "/parser" # treesitter syntax parsers (:h treesitter)
92
+ "/plugin" # plugin scripts (:h write-plugin)
93
+ "/queries" # treesitter queries (:h treesitter)
94
+ "/rplugin" # remote-plugin scripts (:h remote-plugin)
95
+ "/spell" # spell checking files (:h spell)
96
+ "/syntax" # syntax files (:h mysyntaxfile)
97
+ "/tutor" # tutorial files (:h :Tutor)
98
+
99
+ # after
95
100
"/after"
101
+
96
102
# ftdetect
97
103
"/ftdetect"
104
+
98
105
# plenary.nvim
99
106
"/data/plenary/filetypes"
100
107
] ;
You can’t perform that action at this time.
0 commit comments