docs: its only begining
This commit is contained in:
parent
6772d0560b
commit
36112063c2
1 changed files with 11 additions and 0 deletions
|
|
@ -1,3 +1,14 @@
|
||||||
|
--- *gopher.nvim*
|
||||||
|
---
|
||||||
|
--- ==============================================================================
|
||||||
|
---
|
||||||
|
--- 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
|
||||||
|
---@tag gopher.nvim-table-of-contents
|
||||||
|
---@toc
|
||||||
|
|
||||||
local tags = require "gopher.struct_tags"
|
local tags = require "gopher.struct_tags"
|
||||||
local tests = require "gopher.gotests"
|
local tests = require "gopher.gotests"
|
||||||
local gocmd = require("gopher._utils.runner.gocmd").run
|
local gocmd = require("gopher._utils.runner.gocmd").run
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue