nvim: 調整import架構

This commit is contained in:
2025-04-30 05:22:08 +08:00
parent 36ea942044
commit 28a3a6f8d6
6 changed files with 22 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
-- if true then return {} end -- 停用
return {
{'romgrk/barbar.nvim',
version = '^1.0.0', -- optional: only update when a new 1.x version is released

View File

@@ -1,5 +1,3 @@
if true then return {} end -- 停用
-- 查看說明:
-- nvim +"help bufferline" +only

View File

@@ -1,5 +1,3 @@
if true then return {} end -- 因為barbar會與tabby衝突停用
return {
{
'nanozuki/tabby.nvim',