diff --git a/doc/gopher.nvim.txt b/doc/gopher.nvim.txt index 8a256a9..19bc583 100644 --- a/doc/gopher.nvim.txt +++ b/doc/gopher.nvim.txt @@ -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. Table of Contents - Setup..................................................|gopher.nvim-setup()| - Install dependencies..............................|gopher.nvim-dependencies| - Config..................................................|gopher.nvim-config| - Commands..............................................|gopher.nvim-commands| - Modify struct tags.................................|gopher.nvim-struct-tags| - Auto implementation of interface methods..................|gopher.nvim-impl| - Generating unit tests boilerplate......................|gopher.nvim-gotests| - Iferr....................................................|gopher.nvim-iferr| - Generate comments.....................................|gopher.nvim-comments| + Setup |gopher.nvim-setup()| + Install dependencies |gopher.nvim-dependencies| + Config |gopher.nvim-config| + Commands |gopher.nvim-commands| + Modify struct tags |gopher.nvim-struct-tags| + Auto implementation of interface methods |gopher.nvim-impl| + Generating unit tests boilerplate |gopher.nvim-gotests| + Iferr |gopher.nvim-iferr| + Generate comments |gopher.nvim-comments| ------------------------------------------------------------------------------ *gopher.nvim-setup()* @@ -218,4 +218,4 @@ Usage ~ Set cursor on line with function/method/struct/etc and run `:GoCmt` to generate a comment. - vim:tw=78:ts=8:noet:ft=help:norl: \ No newline at end of file + vim:tw=78:ts=8:noet:ft=help:norl: