You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you would like to change any of the default options above you only have to define the options that change. If an
267
-
option is not present in your options table the default option will be used. For example if changing the styles of
268
-
certain syntax is the only desired change then your options table would look like:
266
+
If you would like to change any of the default options above, simply specify the options that you'd like to change. Unspecified options will use their default value. For example, if you only wanted to change the styles of certain syntax items:
Copy file name to clipboardexpand all lines: Usage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -410,7 +410,7 @@ Current list of modules are:
410
410
### Neovim specific modules
411
411
412
412
The following modules are enabled by default only when on neovim, `diagnostic`, `native_lsp`, `treesitter`. These modules are part of the core neovim experience and
413
-
are liked to by other modules. This also means that they will still be enabled when setting `module_default` to `false`.
413
+
are linked to by other modules. This also means that they will still be enabled when setting `module_default` to `false`.
0 commit comments