MyNeoVimConfig/pack
Stephen Seo 354ed23291 Add shortcuts to LSP get declaration/definition
nvim-lspconfig already has shortcuts to declaration/definition with "gd"
and "gD", but in testing, they did not behave the same as the shortcuts
defined in this commit for some reason.

<leader>d and <leader>D are the shortcuts defined for
definition/declaration (<leader> is by defalt back-slash "\").

Show floating diagnostic changed to <leader>F.
2024-04-17 13:02:12 +09:00
..
packages/start Add shortcuts to LSP get declaration/definition 2024-04-17 13:02:12 +09:00