Is there any way to autocomplete language functions? For example, show things like fmt.Printf or fmt.Println when writing fmt.Print and pressing the autocomplete key.

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • nvim-lspconfig

    Quickstart configs for Nvim LSP

    Here are a few resources to get you started: 1. https://github.com/neovim/nvim-lspconfig 1. https://github.com/golang/tools/tree/master/gopls 1. https://github.com/williamboman/nvim-lsp-installer

  • lsp-zero.nvim

    A starting point to setup some lsp related features in neovim.

    What you're looking for is called LSP. The easiest way to get going with setting up LSP in my opinion is with the plugin lsp-zero.nvim. It installs and sets up a bunch of plugins for you that it want including nvim-lspconfig, mason.nvim, nvim-cmp, etc.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • goimports

    [mirror] Go Tools (by golang)

    Here are a few resources to get you started: 1. https://github.com/neovim/nvim-lspconfig 1. https://github.com/golang/tools/tree/master/gopls 1. https://github.com/williamboman/nvim-lsp-installer

  • nvim-lsp-installer

    Discontinued Further development has moved to https://github.com/williamboman/mason.nvim!

    Here are a few resources to get you started: 1. https://github.com/neovim/nvim-lspconfig 1. https://github.com/golang/tools/tree/master/gopls 1. https://github.com/williamboman/nvim-lsp-installer

  • mason.nvim

    Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.

    nvim-lsp-installer is no longer maintained, you should update that link to mason.nvim and if you're still using lsp-installer you should probably switch too

  • dotfiles

    Bash shell and Vim configuration settings (by Integralist)

  • vim-go

    Go development plugin for Vim

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • neovim-go-nix-develop

    Set up a Go neovim development environment in one command using Nix

    https://github.com/jamespwilliams/neovim-go-nix-develop is a minimal Go neovim dev env I put together a while back (it can be created in one command with Nix, but even if you don’t use/know about Nix, you can read the file and see the config used).

  • coc.nvim

    Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.

    I personally use https://github.com/neoclide/coc.nvim Very easy, and just works.

  • nvim-cmp

    A completion plugin for neovim coded in Lua.

    I would suggest https://github.com/hrsh7th/nvim-cmp

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts