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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. 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

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. 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.

  4. 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

  5. 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

  6. 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

  7. dotfiles

    Terminal, Shell and Neovim configuration settings (by Integralist)

  8. vim-go

    Go development plugin for Vim

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. 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).

  11. 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.

  12. 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

  • Best way to go about installing LSP today?

    7 projects | /r/neovim | 13 Oct 2022
  • LSP Servers installation

    2 projects | /r/neovim | 20 Jul 2022
  • Another coc.nvim vs native lsp post

    5 projects | /r/neovim | 21 Jul 2022
  • State of Neovim LSP configuration

    11 projects | /r/neovim | 27 Jun 2022
  • E5113: Error while calling lua chunk: /home/juan/.config/nvim/lua/lsp/lsp-installer.lua:2: module 'lspconfig' not found

    3 projects | /r/neovim | 23 Jun 2022

Did you know that Lua is
the 18th most popular programming language
based on number of references?