From da47eb3177637b7c383bbbabb3b177da44dbdf82 Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 1 Sep 2025 10:49:31 +0300 Subject: [PATCH] install tabby for a nicer tab names --- lazy-lock.json | 1 + lua/crentist/lazy/tabline.lua | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 lua/crentist/lazy/tabline.lua diff --git a/lazy-lock.json b/lazy-lock.json index 133bfe8..a48704f 100644 --- a/lazy-lock.json +++ b/lazy-lock.json @@ -37,6 +37,7 @@ "render-markdown.nvim": { "branch": "main", "commit": "e76eb2e4262f0f0a1a7bd7a454dd7d44f1299afd" }, "search.nvim": { "branch": "main", "commit": "7b8f2315d031be73e14bc2d82386dfac15952614" }, "statuscol.nvim": { "branch": "main", "commit": "c46172d0911aa5d49ba5f39f4351d1bb7aa289cc" }, + "tabby.nvim": { "branch": "main", "commit": "b3affa6db7eab80fca2a2db5b73b473144507039" }, "telescope-fzf-native.nvim": { "branch": "main", "commit": "1f08ed60cafc8f6168b72b80be2b2ea149813e55" }, "telescope.nvim": { "branch": "master", "commit": "b4da76be54691e854d3e0e02c36b0245f945c2c7" }, "trouble.nvim": { "branch": "main", "commit": "85bedb7eb7fa331a2ccbecb9202d8abba64d37b3" }, diff --git a/lua/crentist/lazy/tabline.lua b/lua/crentist/lazy/tabline.lua new file mode 100644 index 0000000..f12ed07 --- /dev/null +++ b/lua/crentist/lazy/tabline.lua @@ -0,0 +1,11 @@ +-- I literally need this for Dadbod for a nicer name in tabs. I don't use tabs +-- in any other way +return { + 'nanozuki/tabby.nvim', + ---@module 'tabby' + ---@type TabbyConfig + opts = { + -- configs... + }, +} +