mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-02-24 04:15:18 +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.dag) entryAnywhere;
|
||||||
inherit (lib.nvim.lua) toLuaObject;
|
inherit (lib.nvim.lua) toLuaObject;
|
||||||
|
|
||||||
cfg = config.vim.fun.syntax-gaslighting;
|
cfg = config.vim.visuals.syntax-gaslighting;
|
||||||
in {
|
in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
vim = {
|
vim = {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
inherit (lib.types) str nullOr listOf bool;
|
inherit (lib.types) str nullOr listOf bool;
|
||||||
inherit (lib.nvim.types) mkPluginSetupOption;
|
inherit (lib.nvim.types) mkPluginSetupOption;
|
||||||
in {
|
in {
|
||||||
options.vim.fun = {
|
options.vim.visuals = {
|
||||||
syntax-gaslighting = {
|
syntax-gaslighting = {
|
||||||
enable = mkEnableOption "Thats no even a real option, you're crazy.";
|
enable = mkEnableOption "Thats no even a real option, you're crazy.";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue