Skip to content
Discussion options

You must be logged in to vote

You need to put the function inside opts for blink's PluginSpec
You don't need to make a new function; just replace the filetypes in the function given by @Shougo.

{
    "saghen/blink.cmp",
    lazy = false, -- lazy loading handled internally
    -- optional: provides snippets for the snippet source
    dependencies = "rafamadriz/friendly-snippets",

    -- use a release tag to download pre-built binaries
    version = "v0.*",
    -- OR build from source, requires nightly: https://rust-lang.github.io/rustup/concepts/channels.html#working-with-nightly-rust
    -- build = 'cargo build --release',
    -- If you use nix, you can build from source using latest nightly rust with:
    -- build =…

Replies: 5 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@centuryx476
Comment options

@vicantwin
Comment options

Answer selected by centuryx476
Comment options

You must be logged in to vote
1 reply
@captcapslock
Comment options

Comment options

You must be logged in to vote
1 reply
@vicantwin
Comment options

Comment options

You must be logged in to vote
3 replies
@vicantwin
Comment options

@Saghen
Comment options

@esn89
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
feature New feature or request
6 participants
Converted from issue

This discussion was converted from issue #568 on December 15, 2024 19:23.