Commit graph

39 commits

Author SHA1 Message Date
e893e400bd Update submodules/plugins
vim-localvimrc migrated from "master" branch to "main" branch.
2024-06-12 17:17:24 +09:00
0a505074ad Update submodules/plugins 2024-05-07 15:13:44 +09:00
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
97cefacb6b Update README.md 2024-02-21 15:18:09 +09:00
42fd2b748b Update README.md 2024-02-21 15:00:50 +09:00
143a47ebd6 Update README.md 2024-02-21 14:23:00 +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
f11c1abd27 Fix typo 2023-09-06 14:03:15 +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
c047085bdf Update README.md 2023-08-06 19:05:10 +09:00
1da3510ef4 Update submodules
It may be required to call `:TSUpdate` in nvim.
2023-08-06 19:03:14 +09:00
1729ff9c19 Fix typo in init.lua 2023-07-06 17:06:46 +09:00
2b3edf454d Update README.md (fix typo) 2023-07-06 16:51:48 +09:00
436ad5e4b1 Update README.md 2023-07-06 16:50:04 +09:00
badd994910 Unlicense the init.lua 2023-07-06 16:46:22 +09:00
eb04669f98 Update README.md 2023-07-06 16:41:47 +09:00
13a5ac8177 Update README.md 2023-07-06 16:39:20 +09:00
bb4ed9b1d6 Update README.md 2023-07-06 16:24:52 +09:00
9006080bfd Use unlicense for loadlsp.vim 2023-07-06 16:21:27 +09:00
a9b4c0b29f Add README.md 2023-07-06 16:17:32 +09:00
98b80f1adf Add submoduules of used nvim plugins 2023-07-06 16:15:08 +09:00
0790ede88a Init empty commit 2023-07-06 16:09:00 +09:00