lspkind.nvim

(★ 1,693)

VS Code–style pictograms for Neovim completion items

File Explorer

  • .stylua.toml
  • LICENSE
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

abbr

View Details ▼

Manage abbreviations for the fish shell.
User-defined words are replaced with longer phrases after they are entered.

abbr {{[-a|--add]}} {{abbreviation_name}} {{command}} {{command_arguments}}

Add a new abbreviation:

abbr --rename {{old_name}} {{new_name}}

Rename an existing abbreviation:

abbr {{[-e|--erase]}} {{abbreviation_name}}

Erase an existing abbreviation:

// repository documentation