vscode-like completion icons

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-compe

    Discontinued Auto completion Lua plugin for nvim

  • Following the discussion in nvim-compe I've created a plugin to put common kind-icon associations into a single plugin: https://github.com/onsails/lspkind-nvim.

  • completion-nvim

    Discontinued A async completion framework aims to provide completion to neovim's built in LSP written in Lua

  • If you're using completion.nvim, look into completion_customize_lsp_label variable. It defines the Kind and it's respective tag. In lua you can define it as lua vim.g.completion_customize_lsp_label = { Function = ' [function]', Method = ' [method]', Reference = ' [refrence]', } Also, if you want to change the priority of the Kind, look into completion_items_priority variable. Higher the number, higher the Kind will be displayed in the list. In lua, lua vim.g.completion_items_priority = { Function = 10, Method = 5, Reference = 9, }

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

    WorkOS logo
  • vim.reaper

    💀 A Hackable, Fully Featured, Rice Friendly Neovim Configuration

  • Check out coc-settings.json in this repo https://github.com/GideonWolfe/vim.reaper

  • one-nvim

    Atom one theme

  • I am using one-nvim

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