Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbuhr committed Feb 14, 2025
1 parent be87280 commit 3e08906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lua/plugins/completion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ return {
{ -- new completion plugin
'saghen/blink.cmp',
enabled = true,
-- version = '*',
dev = true,
version = '*',
dev = false,
-- OR build from source, requires nightly: https://rust-lang.github.io/rustup/concepts/channels.html#working-with-nightly-rust
build = 'cargo build --release',
-- build = 'cargo build --release',
lazy = false,
dependencies = {
{ 'rafamadriz/friendly-snippets' },
Expand Down

0 comments on commit 3e08906

Please sign in to comment.