Correct gaslighting option locations

This commit is contained in:
Snoweuph 2026-02-07 16:02:18 +01:00
commit 8bdbbe33e8
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
inherit (lib.nvim.dag) entryAnywhere;
inherit (lib.nvim.lua) toLuaObject;
cfg = config.vim.fun.syntax-gaslighting;
cfg = config.vim.visuals.syntax-gaslighting;
in {
config = mkIf cfg.enable {
vim = {

View file

@ -3,7 +3,7 @@
inherit (lib.types) str nullOr listOf bool;
inherit (lib.nvim.types) mkPluginSetupOption;
in {
options.vim.fun = {
options.vim.visuals = {
syntax-gaslighting = {
enable = mkEnableOption "Thats no even a real option, you're crazy.";