Added help for goneovim

This commit is contained in:
akiyosi 2024-09-16 08:29:06 +09:00
parent 6b91cde43a
commit fdbcc75b14

View file

@ -515,6 +515,15 @@ All Options are follows:
# IndentGuideIgnoreFtList = ["md"]
# OptionsToUseGuideWidth = "tabstop"
## Enable manual font fallback.
## When this option is enabled, if a character is not found in the specified font, an attempt
## is made to use the fallback destination fonts specified as comma-separated in order.
# ManualFontFallback = false
## When opening a file by drag & drop, if there is already a file opened in the buffer,
## display a dialog box asking if you want to take a diff.
# ShowDiffDialogOnDrop = false
## Animates the scrolling behavior of Neovim when the scroll command is entered.
# SmoothScroll = false
## Specifies the speed of animation in smooth scrolling.