.
This commit is contained in:
parent
d4a966e786
commit
7740706330
3 changed files with 9 additions and 8 deletions
|
|
@ -4,8 +4,8 @@ local Blink = require("blink.cmp")
|
|||
|
||||
Blink.setup({
|
||||
fuzzy = {
|
||||
implementation = "prefer_rust",
|
||||
prebuilt_binaries = { force_version = "1.*" },
|
||||
implementation = "rust",
|
||||
prebuilt_binaries = { force_version = "1.*", ignore_version_mismatch = true },
|
||||
frecency = {
|
||||
enabled = true,
|
||||
unsafe_no_lock = false,
|
||||
|
|
|
|||
|
|
@ -14,11 +14,11 @@
|
|||
"src": "https://github.com/rmagatti/auto-session"
|
||||
},
|
||||
"blink.cmp": {
|
||||
"rev": "b650e976a927be6b46487a0a610b75af111376c5",
|
||||
"rev": "f22f66eb7c4d037ed523a78b27ee235b7bc9a1f4",
|
||||
"src": "https://github.com/saghen/blink.cmp"
|
||||
},
|
||||
"conform.nvim": {
|
||||
"rev": "e969e302bced7ffb9a0a0323629f31feb0ca35a6",
|
||||
"rev": "086a40dc7ed8242c03be9f47fbcee68699cc2395",
|
||||
"src": "https://github.com/stevearc/conform.nvim"
|
||||
},
|
||||
"flash.nvim": {
|
||||
|
|
@ -63,11 +63,11 @@
|
|||
"src": "https://github.com/windwp/nvim-autopairs"
|
||||
},
|
||||
"nvim-lspconfig": {
|
||||
"rev": "a40d22e75d951ad2fcf236ceb013d88f81d2cc9a",
|
||||
"rev": "0203a9608d63eda57679b01e69f33a7b4c34b0d1",
|
||||
"src": "https://github.com/neovim/nvim-lspconfig"
|
||||
},
|
||||
"nvim-surround": {
|
||||
"rev": "5553dd1fbb3559abb176a8227a12e8f1cab07e93",
|
||||
"rev": "61319d4bd1c5e336e197defa15bd104c51f0fb29",
|
||||
"src": "https://github.com/kylechui/nvim-surround"
|
||||
},
|
||||
"nvim-treesitter": {
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
"version": "'master'"
|
||||
},
|
||||
"nvim-web-devicons": {
|
||||
"rev": "737cf6c657898d0c697311d79d361288a1343d50",
|
||||
"rev": "d7462543c9e366c0d196c7f67a945eaaf5d99414",
|
||||
"src": "https://github.com/nvim-tree/nvim-web-devicons"
|
||||
},
|
||||
"plenary.nvim": {
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
"src": "https://github.com/sphamba/smear-cursor.nvim"
|
||||
},
|
||||
"snacks.nvim": {
|
||||
"rev": "fe7cfe9800a182274d0f868a74b7263b8c0c020b",
|
||||
"rev": "9912042fc8bca2209105526ac7534e9a0c2071b2",
|
||||
"src": "https://github.com/folke/snacks.nvim"
|
||||
},
|
||||
"tokyonight.nvim": {
|
||||
|
|
|
|||
|
|
@ -60,6 +60,7 @@
|
|||
"format-disconnected": "⚠ Disconnected"
|
||||
},
|
||||
"pulseaudio": {
|
||||
"reverse-mouse-scrolling": true,
|
||||
"format": "{icon} {volume}% {format_source}",
|
||||
"format-bluetooth": "{volume}% {icon} {format_source}",
|
||||
"format-bluetooth-muted": " {icon} {format_source}",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue