refactor: replace telescope with fzf-lua, drop nvim-notify

This commit is contained in:
2026-04-14 02:35:56 +02:00
parent 5468a5a628
commit e55540bd59
6 changed files with 65 additions and 213 deletions
+1 -7
View File
@@ -25,13 +25,7 @@ local ts = require("ts")
require("pack").setup({
"https://github.com/navarasu/onedark.nvim",
"https://github.com/nvim-lua/plenary.nvim",
"https://github.com/rcarriga/nvim-notify",
"https://github.com/debugloop/telescope-undo.nvim",
{
"https://github.com/nvim-telescope/telescope-fzf-native.nvim",
build = { "make" },
},
"https://github.com/nvim-telescope/telescope.nvim",
"https://github.com/ibhagwan/fzf-lua",
{
"https://github.com/saghen/blink.cmp",
version = vim.version.range("^1"),