feat: add blink.cmp and disable custom completion pipeline

This commit is contained in:
2026-04-17 02:37:17 +02:00
parent f4d3a35171
commit ad45c6fdf6
6 changed files with 160 additions and 17 deletions
+4
View File
@@ -37,6 +37,10 @@ require("pack").setup({
"https://github.com/stevearc/oil.nvim",
"https://github.com/hedyhli/outline.nvim",
"https://github.com/jiaoshijie/undotree",
{
"https://github.com/saghen/blink.cmp",
version = vim.version.range("^1"),
},
{
"https://github.com/tree-sitter/tree-sitter-bash",
ts_parser = "bash",