Closed CSNinja11 closed 2 years ago
Heyyo @CSNinja11, that looks like a font issue to me 🤔 Have you tried changing font for your terminal?
i dont think it is staline problem tbh. It is the terminal font
jetbrains.zip try this
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
yo hold up send me your config...
dont give up
ok man
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
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
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 👍🏻
i didn't have any hate with your app plugin man, i love your plugin but it didn't work for me :D
I Use A .vim config but i use lua inside it so it's just this: require('staline').setup {}