Skip to content

Commit 6418cf3

Browse files
committed
modules/performance: update runtimepath pathsToLink
1 parent f0ec773 commit 6418cf3

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

modules/performance.nix

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -75,26 +75,33 @@ in
7575
# Set option value with default priority so that values are appended by default
7676
combinePlugins.pathsToLink = [
7777
# :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
95100
"/after"
101+
96102
# ftdetect
97103
"/ftdetect"
104+
98105
# plenary.nvim
99106
"/data/plenary/filetypes"
100107
];

0 commit comments

Comments
 (0)