David Sierra DiazGranados
David Sierra DiazGranados
Hi! Testing and it works super well. Could we allow width, height, col and row to be functions that return numbers? So we can calculate on demand this values. My...
Hi, I have: ```json "jest": { "preset": "react-native", "transformIgnorePatterns": [ "node_modules/(?!(react-native|galio-framework|react-native-vector-icons)/)" ] } ``` This fixes OP error. But now I'm getting this one: ```sh yarn run v1.22.4 $ jest...
@iswanj No, sorry.
Maybe use `:help `? `let g:winresizer_start_key = ''`
I have both `neovim-qt` and `neovim-gtk` AUR packages installed, I installed `neovim-qt` first then later on `neovim-gtk`, checking around this repo files I noticed that `nvim_gui_shim.vim` its a file shared...
[This one](https://github.com/equalsraf/neovim-gui-shim) by the `neovim-qt` author seems to be.
Thanks, the file now it is installed on `/usr/share/nvim-gtk/runtime/nvim_gui_shim.vim` but its not sourced, according to `help 'runtimepath'`: ``` 4. In nvim/site subdirectories for each directory in $XDG_DATA_DIRS. This is for...
Thanks, awesome project! I was thinking in the blinking and color, but its not a deal breaker.
From [neovim-gtk-git](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=neovim-gtk-git#n32) AUR package, it copies to `/usr/share/nvim-gtk/runtime/nvim_gui_shim.vim`, neovim doesn't source this directory by itself, check #13, Find if this file is in your system and run `:scriptnames` inside neovim,...
It works for me too: ```bash nvim --version NVIM v0.3.2-896-ge53ae88e7 # I have neovim-gtk up to HEAD nvim-gtk --version NeovimGtk 0.2.0 ``` I have vim-dirvish installed `$ nvim-gtk .git` opens...