docs: remove dots
This commit is contained in:
parent
c064b69d97
commit
f8bb168db1
1 changed files with 10 additions and 10 deletions
|
|
@ -8,15 +8,15 @@ gopher.nvim is a minimalistic plugin for Go development in Neovim written in Lua
|
||||||
It's not an LSP tool, the main goal of this plugin is add go tooling support in Neovim.
|
It's not an LSP tool, the main goal of this plugin is add go tooling support in Neovim.
|
||||||
|
|
||||||
Table of Contents
|
Table of Contents
|
||||||
Setup..................................................|gopher.nvim-setup()|
|
Setup |gopher.nvim-setup()|
|
||||||
Install dependencies..............................|gopher.nvim-dependencies|
|
Install dependencies |gopher.nvim-dependencies|
|
||||||
Config..................................................|gopher.nvim-config|
|
Config |gopher.nvim-config|
|
||||||
Commands..............................................|gopher.nvim-commands|
|
Commands |gopher.nvim-commands|
|
||||||
Modify struct tags.................................|gopher.nvim-struct-tags|
|
Modify struct tags |gopher.nvim-struct-tags|
|
||||||
Auto implementation of interface methods..................|gopher.nvim-impl|
|
Auto implementation of interface methods |gopher.nvim-impl|
|
||||||
Generating unit tests boilerplate......................|gopher.nvim-gotests|
|
Generating unit tests boilerplate |gopher.nvim-gotests|
|
||||||
Iferr....................................................|gopher.nvim-iferr|
|
Iferr |gopher.nvim-iferr|
|
||||||
Generate comments.....................................|gopher.nvim-comments|
|
Generate comments |gopher.nvim-comments|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
*gopher.nvim-setup()*
|
*gopher.nvim-setup()*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue