mirror of
https://github.com/akiyosi/goneovim.git
synced 2025-08-04 01:55:02 +02:00
Added help for goneovim
This commit is contained in:
parent
6b91cde43a
commit
fdbcc75b14
1 changed files with 22 additions and 13 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue