]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Squashed '.vim/bundle/vim-lsp/' content from commit 04428c92
authormartin f. krafft <madduck@madduck.net>
Tue, 8 Apr 2025 15:04:08 +0000 (17:04 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 8 Apr 2025 15:04:08 +0000 (17:04 +0200)
commita39f715c13be3352193ffd9c5b7536b8786eff64
tree9329f8be4fd58681f315aa2cdc681e7230514aba
Squashed '.vim/bundle/vim-lsp/' content from commit 04428c92

git-subtree-dir: .vim/bundle/vim-lsp
git-subtree-split: 04428c920002ac7cfacbecacb070a8af57b455d0
124 files changed:
.gitattributes [new file with mode: 0644]
.github/stale.yml [new file with mode: 0644]
.github/workflows/linux_neovim.yml [new file with mode: 0644]
.github/workflows/linux_vim.yml [new file with mode: 0644]
.github/workflows/mac_neovim.yml [new file with mode: 0644]
.github/workflows/mac_vim.yml [new file with mode: 0644]
.github/workflows/reviewdog.yml [new file with mode: 0644]
.github/workflows/windows_neovim.yml [new file with mode: 0644]
.github/workflows/windows_vim.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.vintrc.yaml [new file with mode: 0644]
LICENSE [new file with mode: 0644]
LICENSE-THIRD-PARTY [new file with mode: 0644]
README.md [new file with mode: 0644]
autoload/health/lsp.vim [new file with mode: 0644]
autoload/lsp.vim [new file with mode: 0644]
autoload/lsp/callbag.vim [new file with mode: 0644]
autoload/lsp/capabilities.vim [new file with mode: 0644]
autoload/lsp/client.vim [new file with mode: 0644]
autoload/lsp/internal/completion/documentation.vim [new file with mode: 0644]
autoload/lsp/internal/diagnostics.vim [new file with mode: 0644]
autoload/lsp/internal/diagnostics/document_diagnostics_command.vim [new file with mode: 0644]
autoload/lsp/internal/diagnostics/echo.vim [new file with mode: 0644]
autoload/lsp/internal/diagnostics/first_line.vim [new file with mode: 0644]
autoload/lsp/internal/diagnostics/float.vim [new file with mode: 0644]
autoload/lsp/internal/diagnostics/highlights.vim [new file with mode: 0644]
autoload/lsp/internal/diagnostics/movement.vim [new file with mode: 0644]
autoload/lsp/internal/diagnostics/signs.vim [new file with mode: 0644]
autoload/lsp/internal/diagnostics/state.vim [new file with mode: 0644]
autoload/lsp/internal/diagnostics/under_cursor.vim [new file with mode: 0644]
autoload/lsp/internal/diagnostics/virtual_text.vim [new file with mode: 0644]
autoload/lsp/internal/document_code_action/signs.vim [new file with mode: 0644]
autoload/lsp/internal/document_formatting.vim [new file with mode: 0644]
autoload/lsp/internal/document_highlight.vim [new file with mode: 0644]
autoload/lsp/internal/document_hover/under_cursor.vim [new file with mode: 0644]
autoload/lsp/internal/document_range_formatting.vim [new file with mode: 0644]
autoload/lsp/internal/document_symbol/search.vim [new file with mode: 0644]
autoload/lsp/internal/inlay_hints.vim [new file with mode: 0644]
autoload/lsp/internal/semantic.vim [new file with mode: 0644]
autoload/lsp/internal/show_message.vim [new file with mode: 0644]
autoload/lsp/internal/show_message_request.vim [new file with mode: 0644]
autoload/lsp/internal/textprop.vim [new file with mode: 0644]
autoload/lsp/internal/type_hierarchy.vim [new file with mode: 0644]
autoload/lsp/internal/ui/popupmenu.vim [new file with mode: 0644]
autoload/lsp/internal/ui/quickpick.vim [new file with mode: 0644]
autoload/lsp/internal/work_done_progress.vim [new file with mode: 0644]
autoload/lsp/internal/workspace_symbol/search.vim [new file with mode: 0644]
autoload/lsp/omni.vim [new file with mode: 0644]
autoload/lsp/tag.vim [new file with mode: 0644]
autoload/lsp/ui/vim.vim [new file with mode: 0644]
autoload/lsp/ui/vim/code_action.vim [new file with mode: 0644]
autoload/lsp/ui/vim/code_lens.vim [new file with mode: 0644]
autoload/lsp/ui/vim/completion.vim [new file with mode: 0644]
autoload/lsp/ui/vim/execute_command.vim [new file with mode: 0644]
autoload/lsp/ui/vim/folding.vim [new file with mode: 0644]
autoload/lsp/ui/vim/output.vim [new file with mode: 0644]
autoload/lsp/ui/vim/signature_help.vim [new file with mode: 0644]
autoload/lsp/ui/vim/utils.vim [new file with mode: 0644]
autoload/lsp/utils.vim [new file with mode: 0644]
autoload/lsp/utils/args.vim [new file with mode: 0644]
autoload/lsp/utils/buffer.vim [new file with mode: 0644]
autoload/lsp/utils/diff.vim [new file with mode: 0644]
autoload/lsp/utils/job.vim [new file with mode: 0644]
autoload/lsp/utils/location.vim [new file with mode: 0644]
autoload/lsp/utils/position.vim [new file with mode: 0644]
autoload/lsp/utils/range.vim [new file with mode: 0644]
autoload/lsp/utils/step.vim [new file with mode: 0644]
autoload/lsp/utils/tagstack.vim [new file with mode: 0644]
autoload/lsp/utils/text_edit.vim [new file with mode: 0644]
autoload/lsp/utils/tree.vim [new file with mode: 0644]
autoload/lsp/utils/workspace_config.vim [new file with mode: 0644]
autoload/lsp/utils/workspace_edit.vim [new file with mode: 0644]
autoload/vital/_lsp.vim [new file with mode: 0644]
autoload/vital/_lsp/VS/LSP/MarkupContent.vim [new file with mode: 0644]
autoload/vital/_lsp/VS/LSP/Text.vim [new file with mode: 0644]
autoload/vital/_lsp/VS/Vim/Buffer.vim [new file with mode: 0644]
autoload/vital/_lsp/VS/Vim/Syntax/Markdown.vim [new file with mode: 0644]
autoload/vital/_lsp/VS/Vim/Window.vim [new file with mode: 0644]
autoload/vital/_lsp/VS/Vim/Window/FloatingWindow.vim [new file with mode: 0644]
autoload/vital/lsp.vim [new file with mode: 0644]
autoload/vital/lsp.vital [new file with mode: 0644]
doc/vim-lsp.txt [new file with mode: 0644]
ftplugin/lsp-hover.vim [new file with mode: 0644]
minimal.vimrc [new file with mode: 0644]
plugin/lsp.vim [new file with mode: 0644]
renovate.json [new file with mode: 0644]
syntax/lsp-hover.vim [new file with mode: 0644]
test/.themisrc [new file with mode: 0644]
test/integration/go/document_formatting.vimspec [new file with mode: 0644]
test/lsp/internal/diagnostics/document_diagnostics_command.vimspec [new file with mode: 0644]
test/lsp/internal/diagnostics/state.vimspec [new file with mode: 0644]
test/lsp/internal/show_message.vimspec [new file with mode: 0644]
test/lsp/omni.vimspec [new file with mode: 0644]
test/lsp/ui/vim/code_lens.vimspec [new file with mode: 0644]
test/lsp/ui/vim/completion.vimspec [new file with mode: 0644]
test/lsp/utils.vimspec [new file with mode: 0644]
test/lsp/utils/buffer.vimspec [new file with mode: 0644]
test/lsp/utils/diff.vimspec [new file with mode: 0644]
test/lsp/utils/position.vimspec [new file with mode: 0644]
test/lsp/utils/range.vimspec [new file with mode: 0644]
test/lsp/utils/tagstack.vimspec [new file with mode: 0644]
test/lsp/utils/text_edit.vimspec [new file with mode: 0644]
test/lsp/utils/work_done_progress.vimspec [new file with mode: 0644]
test/lsp/utils/workspace_config.vimspec [new file with mode: 0644]
test/lsp/utils/workspace_edit.vimspec [new file with mode: 0644]
test/testfiles/multibyte.txt [new file with mode: 0644]
test/testproject-go/documentformat.go [new file with mode: 0644]
test/testproject-rust/.gitignore [new file with mode: 0644]
test/testproject-rust/Cargo.lock [new file with mode: 0644]
test/testproject-rust/Cargo.toml [new file with mode: 0644]
test/testproject-rust/src/calc/add.rs [new file with mode: 0644]
test/testproject-rust/src/calc/mod.rs [new file with mode: 0644]
test/testproject-rust/src/documentdefinition.rs [new file with mode: 0644]
test/testproject-rust/src/documentdiagnostics.rs [new file with mode: 0644]
test/testproject-rust/src/documentformat.rs [new file with mode: 0644]
test/testproject-rust/src/main.rs [new file with mode: 0644]
test/testproject/.ccls [new file with mode: 0644]
test/testproject/CMakeLists.txt [new file with mode: 0644]
test/testproject/README.md [new file with mode: 0644]
test/testproject/compile_commands.json [new file with mode: 0644]
test/testproject/git/.gitignore [new file with mode: 0644]
test/testproject/src/CMakeLists.txt [new file with mode: 0644]
test/testproject/src/main.cpp [new file with mode: 0644]
test/utils/autoload/lsp/test.vim [new file with mode: 0644]