Skip to content
New issue

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

Cannot see some menu characters #32

Open
dontdieych opened this issue Dec 2, 2016 · 6 comments
Open

Cannot see some menu characters #32

dontdieych opened this issue Dec 2, 2016 · 6 comments
Assignees
Labels

Comments

@dontdieych
Copy link

dontdieych commented Dec 2, 2016

vim 8.0
manjaro linux

screenshot_2016-12-02_19-02-48

Thanks.

@ctjhoa
Copy link
Owner

ctjhoa commented Dec 2, 2016

I'm using archlinux + vim 8.0 too so I'm close to you in term of environment.

What's your spacevim's mode "Distribution" or "Key bindings only"?
I'm assuming that your are in master branch I'm right?

@ctjhoa
Copy link
Owner

ctjhoa commented Dec 2, 2016

Can you give me your .vimrc too please?

@ctjhoa ctjhoa added the bug label Dec 2, 2016
@ctjhoa ctjhoa self-assigned this Dec 2, 2016
@dontdieych
Copy link
Author

I've installed spacevim as 'Distribution' mode few minutes ago.

" -*- mode: vimrc -*-
"vim: ft=vim

" dotspacevim/auto-install {{{
" Automatic installation of spacevim.

if empty(glob('~/.vim/autoload/spacevim.vim'))
    silent !curl -sSfLo ~/.vim/autoload/spacevim.vim --create-dirs
          \ https://raw.githubusercontent.com/ctjhoa/spacevim/master/autoload/spacevim.vim
endif

" }}}

" dotspacevim/init {{{
" This code is called at the very startup of Spacevim initialization
" before layers configuration.
" You should not put any user code in there besides modifying the variable
" values."
" IMPORTANT: For the moment, any changes in plugins or layers needs
" a vim restart and :PlugInstall

  let g:dotspacevim_distribution_mode = 1

  let g:dotspacevim_configuration_layers = [
  \  'core/.*',
  \  'git',
  \  'syntax-checking'
  \]

  let g:dotspacevim_additional_plugins = ['morhetz/gruvbox']

  let g:dotspacevim_excluded_plugins = []

  " let g:dotspacevim_escape_key_sequence = 'fd'

" }}}

" dotspacevim/user-init {{{
" Initialization for user code.
" It is compute immediately after `dotspacemacs/init', before layer
" configuration executes.
" This function is mostly useful for variables that need to be set
" before plugins are loaded. If you are unsure, you should try in setting
" them in `dotspacevim/user-config' first."

  let mapleader = ' '
  let g:leaderGuide_vertical = 1

" }}}

call spacevim#bootstrap()

" dotspacevim/user-config {{{
" Configuration for user code.
" This is computed at the very end of Spacevim initialization after
" layers configuration.
" This is the place where most of your configurations should be done.
" Unless it is explicitly specified that
" a variable should be set before a plugin is loaded,
" you should place your code here."

  set background=dark
  colorscheme gruvbox

" }}}

@ctjhoa
Copy link
Owner

ctjhoa commented Dec 2, 2016

I can reproduce I think it's an issue with vim-leader-guide. I gonna take a look at it.
Thank you.

ctjhoa added a commit that referenced this issue Dec 2, 2016
@ctjhoa
Copy link
Owner

ctjhoa commented Dec 2, 2016

@dontdieych I've done an hotfix on master and I'm gonna need time to write a better fix in my develop branch. The fastest way is to rm -rf ~/.vim && rm .vimrc and to reinstall spacevim:

curl -sSfL https://raw.githubusercontent.com/ctjhoa/spacevim/master/vimrc.sample -o ~/.vimrc | vim

@dontdieych
Copy link
Author

dontdieych commented Dec 2, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants