Skip to content

Commit

Permalink
fix(nvim): blink-cmp prebuilt binary tag
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 30, 2024
1 parent cd8cf85 commit 7ac3612
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/neovim/config/lua/user/cmp.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
---@diagnostic disable: missing-fields
require("blink.cmp").setup({
fuzzy = {
prebuilt_binaries = {
-- TODO: this will be the default in nixpkgs soon.
-- https://github.com/NixOS/nixpkgs/pull/368677
force_version = "@tag@",
},
},
keymap = { preset = "default" },
appearance = {
use_nvim_cmp_as_default = true,
Expand Down

0 comments on commit 7ac3612

Please sign in to comment.