Skip to content

nvim / neovim - Split plane w/ nvim wont resize #342

@bl42

Description

@bl42

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 nvim in any window. (split up or right)
  • Attempt to resize the plane

Screen Shot 2021-11-01 at 8 10 11 PM

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

No one assigned

    Labels

    BUGBugs, Hangs, Crash, and Freezes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions