From f8bb168db1eff8b0469e72aa402c6d994de6c706 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Sun, 23 Mar 2025 00:39:07 +0200 Subject: [PATCH] docs: remove dots --- doc/gopher.nvim.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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: