utility/preview: cleanup and optionalString

This commit is contained in:
Donnerinoern 2024-02-13 15:45:47 +01:00
commit 2e07763149
7 changed files with 11 additions and 11 deletions

View file

@ -3,7 +3,7 @@
in {
options.vim.utility.preview = {
glow = {
enable = mkEnableOption "enable markdown preview in neovim with glow";
enable = mkEnableOption "markdown preview in neovim with glow";
mappings = {
openPreview = mkMappingOption "Open preview" "<leader>p";
};