mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
modules/highlights: post -> pre loading (#1016)
This commit is contained in:
parent
81f54bcdd6
commit
a181b63aaf
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ with lib; {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf (config.highlight != {} || config.match != {}) {
|
config = mkIf (config.highlight != {} || config.match != {}) {
|
||||||
extraConfigLuaPost =
|
extraConfigLuaPre =
|
||||||
(optionalString (config.highlight != {}) ''
|
(optionalString (config.highlight != {}) ''
|
||||||
-- Highlight groups {{
|
-- Highlight groups {{
|
||||||
do
|
do
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue