Coder Social home page Coder Social logo

vim-buffet display strange. about vim-buffet HOT 3 OPEN

bagrat avatar bagrat commented on May 18, 2024
vim-buffet display strange.

from vim-buffet.

Comments (3)

hewcaw avatar hewcaw commented on May 18, 2024

Did you install a nerd font and vim-devicons plugin? And do you use neovim? There are couple of tabline plugins that are being under active development unlike vim-buffet and they have a lot of cooler features too:

from vim-buffet.

iysheng avatar iysheng commented on May 18, 2024

Did you install a nerd font and vim-devicons plugin? And do you use neovim? There are couple of tabline plugins that are being under active development unlike vim-buffet and they have a lot of cooler features too:

* https://github.com/romgrk/barbar.nvim

* https://github.com/akinsho/bufferline.nvim

The issue is same as #20 , After I add line as:

let g:lightline = {
      \ 'enable': { 'tabline': 0 } ,
      \ }

I can see the tabline now, besides how could i change the color like this :

I want to change the blue background and the gray backgroud, but ater I change

function! g:BuffetSetCustomColors()
  hi! BuffetCurrentBuffer cterm=NONE ctermbg=3 ctermfg=1 guifg=#cbccc6 guibg=#1f2430
endfunction

It didn't work, ctermbg=3 ctermfg=1 is invalid, but guifg=#cbccc6 guibg=#1f2430 can change the tab style.

from vim-buffet.

hewcaw avatar hewcaw commented on May 18, 2024

The issue is same as #20 , After I add line as:

lightline is a plugin that displays both the tabline and statusline hence the conflicting with buffet-vim a tabline plugin.

I want to change the blue background and the gray backgroud, but ater I change...

Blue one is BuffetTab, gray one is TablineFill https://stackoverflow.com/a/7238201/14627693.

And btw you currently using tab instead of buffer, you should learn the difference between them before continue using https://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/

from vim-buffet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.