docs(config): update

This commit is contained in:
Smirnov Oleksandr 2024-02-28 21:31:26 +02:00
parent 55a7307b78
commit 04eb2c3d76
2 changed files with 8 additions and 0 deletions

View file

@ -15,6 +15,9 @@ Table of Contents
==============================================================================
------------------------------------------------------------------------------
*gopher.nvim-config*
config it is the place where you can configure the plugin.
also this is optional is you're ok with default settings.
You can look at default options |gopher.nvim-config-defaults|
------------------------------------------------------------------------------
Type ~
@ -23,6 +26,7 @@ gopher.Config
------------------------------------------------------------------------------
*gopher.nvim-config.ConfigGoTagTransform*
Possible values for |gopher.Config|.gotag.transform:
"snakecase" "GopherUser" -> "gopher_user"
"camelcase" "GopherUser" -> "gopherUser"
"lispcase" "GopherUser" -> "gopher-user"