1 parent 7140684 commit 4e7805dCopy full SHA for 4e7805d
1 file changed
.config/nvim/lua/specs/bufferline.lua
@@ -34,10 +34,6 @@ Plugin.opts = {
34
filetype = 'NvimTree',
35
},
36
37
- name_formatter = function(buf)
38
- local mark = require('grapple').exists({ buffer = buf.bufnr }) and ' ' or ''
39
- return buf.name .. mark
40
- end,
41
custom_areas = {
42
right = function()
43
local result = {}
0 commit comments