-
Notifications
You must be signed in to change notification settings - Fork 607
Open
Labels
BUGBugs, Hangs, Crash, and FreezesBugs, Hangs, Crash, and Freezes
Description
Describe the bug
Plane does not resize using the mouse while running neovim.
Note: Does work with `vi`To Reproduce
- Open new Warp window.
- Split plane
- Run
nvimin any window. (split up or right) - Attempt to resize the plane
My current config
" Load plugins
" VIM enhancements
Plug 'ciaranm/securemodelines'
Plug 'editorconfig/editorconfig-vim'
Plug 'justinmk/vim-sneak'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-repeat'
" GUI enhancements
Plug 'itchyny/lightline.vim'
Plug 'machakann/vim-highlightedyank'
Plug 'andymass/vim-matchup'
Plug 'chriskempson/base16-vim'
" Fuzzy finder
Plug 'airblade/vim-rooter'
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install -- all' }
Plug 'junegunn/fzf.vim'
" Semantic language support
Plug 'neoclide/coc.nvim', {'branch': 'release'}
Plug 'neovim/nvim-lspconfig'
Plug 'nvim-lua/lsp_extensions.nvim'
Plug 'nvim-lua/completion-nvim'
" Syntactic language support
Plug 'cespare/vim-toml'
Plug 'stephpy/vim-yaml'
Plug 'rust-lang/rust.vim'
Plug 'rhysd/vim-clang-format'
" Plug 'fatih/vim-go'
Plug 'godlygeek/tabular'
Plug 'plasticboy/vim-markdown'
call plug#end()
Expected behaviour
Expected behaviour is the window will resize using a mouse.Screenshots
No response
Operating System
MacOS
OS Version
11.6
Additional context
No response
Metadata
Metadata
Assignees
Labels
BUGBugs, Hangs, Crash, and FreezesBugs, Hangs, Crash, and Freezes
