We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vimrc:
if exists('g:started_by_firenvim') && g:started_by_firenvim " general config for firenvim let g:airline#extensions#tabline#enabled = 0 let g:firenvim_config = { \ 'globalSettings': { \ 'alt': 'all', \ }, \ 'localSettings': { \ '.*': { \ 'cmdline': 'neovim', \ 'priority': 0, \ 'selector': 'textarea', \ 'takeover': 'never', \ }, \ } \ } function! s:setup_firenvim() abort set filetype=markdown set noruler noshowcmd " set laststatus=1 set showtabline=0 " 设置默认行数 set lines=10 set guifont=Cascadia\ Code:h12 set guifontwide=微软雅黑:h12 endfunction augroup firenvim autocmd! autocmd FileType text call s:setup_firenvim() augroup END endif
The Chinese characters are not displayed completely, and setting the font with guifontwide has no effect.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the report. Indeed, guifontwide hasn't been implemented yet.
guifontwide
Sorry, something went wrong.
No branches or pull requests
What I tried to do
vimrc:
What happened
The Chinese characters are not displayed completely, and setting the font with guifontwide has no effect.
The text was updated successfully, but these errors were encountered: