You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NVIM v0.7.0
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by [email protected]
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.7.0/share/nvim"
Run :checkhealth for more info
To be specific, null-ls.nvim + gitsigns.nvim wouldn't work for code action preview hunk
minimal config
Then open any file that has any unstaged changes, put cursor at the place where changes make, type gca, and select preview hunk, and it will show nothing.
However, if comment out this line, using default ui of code_action(), then preview_hunk works just fine
nvim -v
To be specific, null-ls.nvim + gitsigns.nvim wouldn't work for code action
preview hunk
minimal config
Then open any file that has any unstaged changes, put cursor at the place where changes make, type
gca
, and selectpreview hunk
, and it will show nothing.However, if comment out this line, using default ui of
code_action()
, thenpreview_hunk works just fine
-- require('telescope').load_extension 'ui-select'
The text was updated successfully, but these errors were encountered: