Skip to content

4e554c4c/blink-cmp-agda-symbols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blink-cmp-agda-symbols

A blink.cmp source for agda symbols

Install

Using lazy.nvim

Setup

In your lazy config:

{
  "saghen/blink.cmp",
  dependencies = {
    "4e554c4c/blink-cmp-agda-symbols",
    ...
  },
  opts = {

    sources = {
      -- There is no need to set `per_filetype` since agda-symbols already
      -- detects the correct filetype
      default = { 'agda_symbols', ...},

      providers = {
        agda_symbols = {
          name = "agda_symbols",
          module = "blink-agda-symbols",
          opts = {
            -- you can add extra symbols here. The table key is the
            -- completion key, which gets prepended with a backslash '\'
            extra = {
              wknight = '',
              moon = { "🌑", "🌒", "🌓", "🌔", "🌕", "🌖", "🌗", "🌘" },
            }
          }
        },
      },
    },
  }

Symbols

See Agda symbols.

Credits

This repository was forked from https://github.com/Arkissa/cmp-agda-symbols

About

Agda symbols source for the blink.cmp neovim completion engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages