//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 = 'nix run .#build-plugin', ---@module 'blink.cmp' ---@type blink.cmp....
lua/blink/cmp/windows/documentation.lua Original file line numberDiff line numberDiff line change @@ -62,7 +62,8 @@ function docs.show_item(item) docs.win:get_buf(), item.detail, item.documentation, docs.win.config.max_width docs.win.config.max_width, config.treesitter_highlighting ) ...
api.nvim_create_autocmd({ event }, { group = "github_copilot", callback = function() vim.fn["copilot#On" .. event]() end, }) end end, }, { "saghen/blink.cmp", dependencies = { "fang2hou/blink-copilot" }, opts = { sources = { default = { "copilot" }, providers =...
Saghen / blink.cmp Public Notifications Fork 106 Star 2k Actions: Saghen/blink.cmp Actions All workflows Publish to luarocks Push to Luarocks Release Test Nix Build Management Caches Attestations All workflows All workflows Actions Actions All workflows Publish to luarocks ...
Security Insights Additional navigation options Files main .cargo .github lua .gitignore .stylua.toml Cargo.lock Cargo.toml LICENSE LSP_TRACKER.md README.md ROADMAP.md build.rs flake.lock flake.nix rust-toolchain.toml Breadcrumbs blink.cmp ...
//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 = 'nix run .#build-plugin', ---@module 'blink.cmp' ---@type blink.cmp....
Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} folke / blink.cmp Public forked from Saghen/blink.cmp Notifications You must be signed in to change notification settings Fork 0 Star 19 ...
Add community blink-cmp-spell sourceTest Nix#185:Pull request#1097synchronize bySaghen January 28, 2025 18:29 boydkelly:patch-1 January 28, 2025 18:293m 8s Add community blink-cmp-spell sourceSpelling#99:Pull request#1097synchronize bySaghen ...
//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 = 'nix run .#build-plugin', ---@module 'blink.cmp' ---@type blink.cmp....
Performant, batteries-included completion plugin for Neovim - blink.cmp/Cargo.toml at main · neovim-plugin/blink.cmp