tamton-aquib / staline.nvim

A modern lightweight statusline and bufferline plugin for neovim in lua.
MIT License
380 stars 17 forks source link

Why My Staline.nvim like this? #24

Closed CSNinja11 closed 2 years ago

CSNinja11 commented 2 years ago

Screenshot from 2022-01-19 16-47-31

I Use A .vim config but i use lua inside it so it's just this: require('staline').setup {}

tamton-aquib commented 2 years ago

Heyyo @CSNinja11, that looks like a font issue to me 🤔 Have you tried changing font for your terminal?

bryant-the-coder commented 2 years ago

i dont think it is staline problem tbh. It is the terminal font

bryant-the-coder commented 2 years ago

jetbrains.zip try this

CSNinja11 commented 2 years ago

Heyyo @CSNinja11, that looks like a font issue to me thinking Have you tried changing font for your terminal?

It Didn't Work I am giving Up I Tried All Type Of Fonts

bryant-the-coder commented 2 years ago

yo hold up send me your config...

bryant-the-coder commented 2 years ago

dont give up

CSNinja11 commented 2 years ago

ok man

CSNinja11 commented 2 years ago

the font i use for the terminal is jetbrains.zip distro is Garuda Linux

init.vim: source $HOME/.config/nvim/vim-plug/plugins.vim

lua <<EOF require('lualine').setup()

EOF

plugins.vim: " auto-install vim-plug if empty(glob('~/.config/nvim/autoload/plug.vim')) silent !curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim "autocmd VimEnter PlugInstall "autocmd VimEnter PlugInstall | source $MYVIMRC endif

call plug#begin('~/.config/nvim/autoload/plugged')

" Better Syntax Support
Plug 'sheerun/vim-polyglot'
" File Explorer
Plug 'scrooloose/NERDTree'
" Auto pairs for '(' '[' '{'
Plug 'jiangmiao/auto-pairs'
" Status Line
Plug 'nvim-lualine/lualine.nvim'
Plug 'kyazdani42/nvim-web-devicons'

call plug#end()

Note: I deleted staline.nvim

CSNinja11 commented 2 years ago

i know it is a font problem but i tried lualine and it works!, but i really liked staline.nvim but sorry man for wasting your time i know i can't solve it

tamton-aquib commented 2 years ago

i know it is a font problem but i tried lualine and it works!, but i really liked staline.nvim but sorry man for wasting your time i know i can't solve it

No problemo 😅 . Lualine has all staline can offer + more. Hope u have a good time inside neovim 👍🏻

CSNinja11 commented 2 years ago

i didn't have any hate with your app plugin man, i love your plugin but it didn't work for me :D