mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-12-25 02:30:03 +01:00
Fixed typo in default.nix
This commit is contained in:
parent
3859b8d9c9
commit
2393647def
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ in {
|
|||
flavor = mkOption {
|
||||
type = enum [
|
||||
"plaintex"
|
||||
"contex"
|
||||
"context"
|
||||
"tex"
|
||||
];
|
||||
default = "plaintex";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue