Skip to content

amirrezaask/ngo.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

ngo.nvim

Neovim Go IDE plugin

Installation

go.nvim uses neovim builtin lsp for auto completion and showing errors and warning. Since builting lsp is not stable yet you need to build neovim from master.

Using vim-plug

" For auto completion
Plug 'nvim-lua/completion-nvim'

Plug 'amirrezaask/go.nvim'

Using Packer.nvim

-- For Autocomplete
use { 'nvim-lua/completion-nvim' }

use { 'amirrezaask/go.nvim' }

require'go'

Commands

  • GoRun
  • GoTestAll
  • GoImport
  • GoFmt
  • GoInstall

TODO

  • Jump to test file
  • better text object support (maybe with treesitter)
  • Implement an interface

About

Golang development environment in neovim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published