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
Vincent Xiao 21017717c1
Support multiple files on GoDebug (#44)
Running `GoDebug` on `main()` will fail if there are multiple files in `package main` since the other files won't be compiled along with the target file.
3 years ago
..
ts Add warn messages 3 years ago
alternate.lua add % before special char to string match 3 years ago
asyncmake.lua Add command autocomplete 3 years ago
codelens.lua update lspconfig setup; add sample vimrc, add codelens config 3 years ago
comment.lua Dap support 3 years ago
coverage.lua Add go coverage 3 years ago
dap.lua Support multiple files on GoDebug (#44) 3 years ago
format.lua Make formatting sync during import (#32) 3 years ago
godoc.lua Add command autocomplete 3 years ago
gopls.lua Add command autocomplete 3 years ago
gotest.lua feat: default build tags (#38) 3 years ago
gotests.lua Dap support 3 years ago
guru.lua Add gorename 4 years ago
iferr.lua Update Impl 3 years ago
impl.lua Update Impl 3 years ago
install.lua remove gofumport from go.nvim #18 3 years ago
keybind.lua [Breaking] Rename commands(GoFillStruct GoFillSwitch, Goiferr) 3 years ago
list.lua Add command autocomplete 3 years ago
lsp.lua remove gofumport from go.nvim #18 3 years ago
lsp_diag.lua LSP api changes https://github.com/neovim/neovim/pull/15504 3 years ago
package.lua Add command autocomplete 3 years ago
reftool.lua Update reftool and fillstruct 3 years ago
rename.lua Allow rename with gopls when lsp is ready 3 years ago
runner.lua Add command autocomplete 3 years ago
tags.lua update gomodifytag command arguments 3 years ago
utils.lua Add warn messages 3 years ago