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

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

Open
bl42 opened this issue Nov 2, 2021 · 9 comments
Open

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

bl42 opened this issue Nov 2, 2021 · 9 comments
Labels
Bugs Bugs, Hangs, Crash, and Freezes

Comments

@bl42
Copy link

bl42 commented Nov 2, 2021

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

@bl42 bl42 added the bug label Nov 2, 2021
@kevinyang372
Copy link
Member

Sorry for the experience! Does resize using the keyboard shortcut (cmd + ctrl + arrow) work for you?

@bl42
Copy link
Author

bl42 commented Nov 3, 2021

Does resize using the keyboard shortcut (cmd + ctrl + arrow) work for you?

It does.

And as soon as I quit neovim, it also works.

@kevinyang372
Copy link
Member

That's very weird. Do you mind sharing a screen recording of how the behavior looks like when you try to drag the pane border?

@bl42
Copy link
Author

bl42 commented Nov 3, 2021

resizepane.mov

@Zeta611
Copy link

Zeta611 commented Nov 16, 2021

I use neovim as well, but this issue does not happen to me.
I'm on macOS 12.0.1 with NVIM v0.6.0-dev+516-g4a618b00b

@elviskahoro elviskahoro changed the title UIUX: Split plane w/ nvim wont resize Integration: nvim / neovim - Split plane w/ nvim wont resize Nov 17, 2021
@elviskahoro elviskahoro changed the title Integration: nvim / neovim - Split plane w/ nvim wont resize nvim / neovim - Split plane w/ nvim wont resize Dec 7, 2021
@elviskahoro
Copy link
Member

@bl42 Is this bug still happening for you?

@bl42
Copy link
Author

bl42 commented Dec 14, 2021

@elviskahoro Still an issue

Video Attached (behavior is little different with text.)

nvim-warp.mov

@elviskahoro
Copy link
Member

@bl42 thanks for the update. we made some vim improvements and wanted check whether they affected this

@subdigital
Copy link

I also have this issue. ⌘ ⌃ arrows work, but this conflicts with another shortcut I have on my system.

@warpdotdev-devx warpdotdev-devx bot added the Bugs Bugs, Hangs, Crash, and Freezes label Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bugs Bugs, Hangs, Crash, and Freezes
Projects
None yet
Development

No branches or pull requests

5 participants