diff --git a/.config/nvim/lua/plugins/blink.lua b/.config/nvim/lua/plugins/blink.lua index 5f8bda4..8bb611a 100644 --- a/.config/nvim/lua/plugins/blink.lua +++ b/.config/nvim/lua/plugins/blink.lua @@ -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, diff --git a/.config/nvim/nvim-pack-lock.json b/.config/nvim/nvim-pack-lock.json index fdb9245..bfaa8ab 100644 --- a/.config/nvim/nvim-pack-lock.json +++ b/.config/nvim/nvim-pack-lock.json @@ -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": { diff --git a/.config/waybar/config b/.config/waybar/config index 22d0fe7..49869e4 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -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}",