kickstart.nvim
kickstart.nvim copied to clipboard
feat: add `vim.diagnostic.open_float`
Close #1375
I choose trouble.nvim keymap that also deal with diagnostic. I am all ear if you have other suggestion.
I think the existing keymap is <c-w>d
I think the existing keymap is
<c-w>d
You are absolutely right. Evidence in neovim's source can be found here: https://github.com/neovim/neovim/blob/master/runtime/lua/vim/_defaults.lua#L263
How would i read this <c-w>d ? control & W followed by d ?