-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error when exiting insert mode in neovim #5
Comments
Same problem here. Neovim 0.2.0 on Fedora 25. My vim config : call plug#begin('~/.config/nvim/plugged')
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'
" Tmux & Prompt Airline integration
Plug 'edkolev/tmuxline.vim'
Plug 'edkolev/promptline.vim'
" Colorscheme
Plug 'baskerville/bubblegum'
" Fuzzy file loader
Plug 'ctrlpvim/ctrlp.vim'
" Comment / uncomment lines
Plug 'tpope/vim-commentary'
Plug 'Raimondi/delimitMate'
Plug 'rust-lang/rust.vim'
Plug 'lervag/vimtex'
Plug 'mattn/emmet-vim'
Plug 'racer-rust/vim-racer'
Plug 'elmcast/elm-vim'
Plug 'scrooloose/nerdtree'
Plug 'Xuyuanp/nerdtree-git-plugin'
" PlantUML plugins
Plug 'aklt/plantuml-syntax'
Plug 'scrooloose/vim-slumlord'
call plug#end()
colorscheme bubblegum-256-dark
" Map the leader key to ','
let mapleader="<,>"
set expandtab
set tabstop=4
set shiftwidth=4
set number
set cursorline
set noerrorbells
let g:airline_powerline_fonts = 1
let g:airline_theme= 'bubblegum'
let g:elm_format_autosave = 1
set clipboard+=unnamedplus
map <F8> :NERDTreeToggle<CR>
let $RUST_SRC_PATH="/home/thomas/opt/rustc/src/" |
I think this problem should have disappeared now. Slumlord was updating the diagram when the user leaves insert mode. I have removed this as I've found it buggy and more annoying than helpful. It looks like this feature is what was causing the errors above, but let me know if otherwise. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When updating a diagram in neovim, I see
This happens every time I make a change in insert mode and then it escape to return to normal mode.
My full neovim config can be found at https://github.com/jacoby6000/my-vimrc
The diagram causing this issue is
Neovim Version Info
Plant UML Version Info
The text was updated successfully, but these errors were encountered: