mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 != {}) {
|
||||
extraConfigLuaPost =
|
||||
extraConfigLuaPre =
|
||||
(optionalString (config.highlight != {}) ''
|
||||
-- Highlight groups {{
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue