crivotz / nv-ide

Neovim custom configuration, oriented for full stack developers (Ruby on Rails, ruby, php, html, css, SCSS, javascript)
https://www.locatelli.dev/nv-ide/
598 stars 58 forks source link

How to get the `status-line`? #18

Closed thyeun closed 2 years ago

thyeun commented 2 years ago

@crivotz Sorry for asking, how i can get the status-line as per your readme.md images.

your nv-ide image 2022-06-30T22:10:27,892149674+08:00

my nv-ide images 2022-06-30T22:08:39,946461226+08:00

How can i turn it on?

crivotz commented 2 years ago

looking at it this way the only thing you are currently missing is a font that handles ligatures the triangle you see is nothing more than the representation of |> with ligatures.

The part at the bottom where it says FTB is TMUX

thyeun commented 2 years ago

I'm using xfce-terminal, with the font Jetbrains mono as you can see from the below picture. 2022-06-30T22:40:35,835381942+08:00

crivotz commented 2 years ago

Seems that xfce4-terminal doesn't support ligatures 😞 If you can give a try to wezterm or suckless terminal or kitty

thyeun commented 2 years ago

Sad, both i got also not support (xfce4-terminal and alacritty) :((

crivotz commented 2 years ago

Sorry, you can the chars |> inside feline configuration file feline.lua In the meanwhile I updated readme with ligatures information

thyeun commented 2 years ago

Ok, noted.

One more question the line after NV-IDE, my one still missing FTB |> 1 |> VIM ....., it is also related with the font (ligatures)?

crivotz commented 2 years ago

It's TMUX, not related to neovim.

thyeun commented 2 years ago

Ok, noted, will close this as i done replace all the glyph :)