Skip to content

Disable For orgMode #575

Closed Answered by vicantwin
centuryx476 asked this question in Q&A
Dec 15, 2024 · 2 comments · 2 replies
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: 2 comments 2 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
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
3 participants
Converted from issue

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