chore: use --clean instead --noplugin
This commit is contained in:
parent
b018a99ecc
commit
9d734f114d
2 changed files with 11 additions and 12 deletions
|
|
@ -20,7 +20,7 @@ tasks:
|
||||||
desc: run all tests
|
desc: run all tests
|
||||||
cmds:
|
cmds:
|
||||||
- |
|
- |
|
||||||
nvim --headless \
|
nvim --clean --headless \
|
||||||
-u ./scripts/minimal_init.lua \
|
-u ./scripts/minimal_init.lua \
|
||||||
-c "lua MiniTest.run()"
|
-c "lua MiniTest.run()"
|
||||||
|
|
||||||
|
|
@ -28,8 +28,7 @@ tasks:
|
||||||
desc: generate vimhelp
|
desc: generate vimhelp
|
||||||
cmds:
|
cmds:
|
||||||
- |
|
- |
|
||||||
nvim --noplugin \
|
nvim --clean --headless \
|
||||||
--headless \
|
|
||||||
-u "./scripts/minimal_init.lua" \
|
-u "./scripts/minimal_init.lua" \
|
||||||
-c "luafile ./scripts/docgen.lua" \
|
-c "luafile ./scripts/docgen.lua" \
|
||||||
-c ":qa!"
|
-c ":qa!"
|
||||||
|
|
|
||||||
|
|
@ -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