Skip to content

How to integrate with nvim-cokeline? #768

Answered by miversen33
traverseda asked this question in Q&A
Discussion options

You must be logged in to vote

The filetype is neo-tree

:set filetype?
  filetype=neo-tree

Here is a (really) shitty sidebar component for cokeline

sidebar = {
    filetype = 'neo-tree',
    components = {
    {
            text = "    Neo-tree",
            fg = vim.g.terminal_color_3,
            bg = get_hex("NeoTreeNormal", 'bg'),
            style = 'bold'
    }}
}

Also thanks for showing me this, I didn't know cokeline had that configuration option 😄

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by traverseda
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants