mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-23 20:12:00 +00:00
Correct gaslighting option locations
This commit is contained in:
parent
d5824f2d8f
commit
8bdbbe33e8
2 changed files with 2 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue