You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go.nvim/lua/go
Aleš Brelih edda37cb5e
Cmd is tranformed to string before pushed to term (#151)
* Cmd is tranformed to string before pushed to term

Float terminal command is tranformed to string using table.concat before
used. This allow us to use neovim buff option to unite quoting.

* Update term.lua

Co-authored-by: Ales Brelih <ales.brelih@3fs.si>
Co-authored-by: rayx <rayx.cn@gmail.com>
2 years ago
..
ts [Feature]Package info side panel (#140) 2 years ago
alt_getopt.lua
alternate.lua
asyncmake.lua Fix empty string and GoRun -F main module (#147) 2 years ago
boilerplate.lua
chtsh.lua issue #141 the result of shell command should be checked before proccess 2 years ago
codeaction.lua add list_imports support 2 years ago
codelens.lua
comment.lua
coverage.lua Features: 2 years ago
dap.lua Feature: show keybindings for debug session 2 years ago
env.lua Features: 2 years ago
fixplurals.lua
format.lua Features: 2 years ago
ginkgo.lua
godoc.lua issue #141 the result of shell command should be checked before proccess 2 years ago
goget.lua issue #141 the result of shell command should be checked before proccess 2 years ago
gopls.lua add list_imports support 2 years ago
gotest.lua #146 better fallback if test runner is non-default and not installed 2 years ago
gotests.lua
guru.lua errorformat/efm 2 years ago
health.lua Features: 2 years ago
iferr.lua issue #141 the result of shell command should be checked before proccess 2 years ago
impl.lua go treesitter locals.scm add go_impl_spec 2 years ago
install.lua Features: 2 years ago
keybind.lua Feature: show keybindings for debug session 2 years ago
launch.lua
list.lua issue #141 the result of shell command should be checked before proccess 2 years ago
lsp.lua add list_imports support 2 years ago
lsp_diag.lua
mod.lua issue #141 the result of shell command should be checked before proccess 2 years ago
package.lua issue #141 the result of shell command should be checked before proccess 2 years ago
project.lua
reftool.lua
rename.lua add list_imports support 2 years ago
runner.lua go treesitter locals.scm add go_impl_spec 2 years ago
tags.lua
term.lua Cmd is tranformed to string before pushed to term (#151) 2 years ago
utils.lua Features: 2 years ago