Skip to content

Commit 4e7805d

Browse files
committed
feat(nvim): temporarily disable grapple for name formatting
1 parent 7140684 commit 4e7805d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.config/nvim/lua/specs/bufferline.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ Plugin.opts = {
3434
filetype = 'NvimTree',
3535
},
3636
},
37-
name_formatter = function(buf)
38-
local mark = require('grapple').exists({ buffer = buf.bufnr }) and '' or ''
39-
return buf.name .. mark
40-
end,
4137
custom_areas = {
4238
right = function()
4339
local result = {}

0 commit comments

Comments
 (0)