rm : unused function in bufferline config
This commit is contained in:
parent
cd9b2c4810
commit
bd1319895d
|
@ -5,9 +5,6 @@ if not present then
|
|||
return
|
||||
end
|
||||
|
||||
-- function executed for top right close button in bufferline
|
||||
vim.cmd "function! NvChad_bufferline_quitvim(a,b,c,d) \n qa \n endfunction"
|
||||
|
||||
bufferline.setup {
|
||||
options = {
|
||||
offsets = { { filetype = "NvimTree", text = "", padding = 1 } },
|
||||
|
|
Loading…
Reference in New Issue