rm : unused function in bufferline config

This commit is contained in:
siduck76 2021-10-02 07:52:46 +05:30
parent cd9b2c4810
commit bd1319895d
1 changed files with 0 additions and 3 deletions

View File

@ -5,9 +5,6 @@ if not present then
return return
end 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 { bufferline.setup {
options = { options = {
offsets = { { filetype = "NvimTree", text = "", padding = 1 } }, offsets = { { filetype = "NvimTree", text = "", padding = 1 } },