8328fc309c
Update submodules/plugins
2024-04-26 19:52:17 +09:00
3e3d635d6b
Add commands for using/navigating "lsp references"
2024-04-19 11:19:36 +09:00
93d7caa169
Add lsp keybinding "<leader>r" for get-references
2024-04-18 13:29:15 +09:00
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
221201d9c6
Update submodules/plugins
2024-04-16 12:07:07 +09:00
cc89ae79b0
Update submodules/plugins
2024-04-05 15:48:22 +09:00
6db0946330
Update submodules
2024-03-19 13:43:14 +09:00
8dd5496905
Change Ctrl-D lsp shortcut to <leader>d
2024-02-22 14:19:04 +09:00
7c5e9fd569
Update submodules/plugins
2024-02-22 14:17:47 +09:00
ab25b5a959
Add keyboard shortcut for "open_float" in loadlsp
...
Ctrl-D on a line with diagnostic will open a floating window with that
diagnostic (when lsp is enabled).
2024-02-22 14:14:52 +09:00
691b776858
Update config for "quality-of-life" changes
...
Comments in init.lua.
(<leader> is backspace usually.)
Disable "q" mappings, set "<leader>q" to use quick-comment.
Set "<leader>f" to use treesitter-fold.
Set "<leader>l" to load lsp-plugins.
2024-02-21 14:19:57 +09:00
098fc69960
Update plugins/submodules
2024-02-20 13:49:37 +09:00
90de8bc180
Update submodules/plugins
2024-01-12 15:49:41 +09:00
6d41ba3e43
Update submodules
2023-12-25 11:52:37 +09:00
ccaab8ab59
Update submodules
2023-12-03 19:19:25 +09:00
78749282a8
Update submodules
2023-11-14 12:01:11 +09:00
adef16a803
Update plugins/submodules
2023-11-03 11:39:14 +09:00
71638caa3a
Update plugins
2023-10-18 20:46:43 +09:00
9f285aa6c1
Update submodules, update README.md
2023-09-06 14:00:57 +09:00
3874ba55b6
Fix syntax highlighting (use tree-sitter, not lsp)
2023-08-06 19:46:39 +09:00
1da3510ef4
Update submodules
...
It may be required to call `:TSUpdate` in nvim.
2023-08-06 19:03:14 +09:00
9006080bfd
Use unlicense for loadlsp.vim
2023-07-06 16:21:27 +09:00
98b80f1adf
Add submoduules of used nvim plugins
2023-07-06 16:15:08 +09:00