notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details
vim-lsp Async language server protocol plugin for vim and neovim
0.1.4.198 editors on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.4.198Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-01-14 21:30:05
Last Update: 2024-01-14 21:26:42
Commit Hash: 44645be
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: MIT
WWW:
https://github.com/prabirshrestha/vim-lsp
Description:
vim-lsp is an async language server protocol (LSP) plugin for vim8 and neovim.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (76 items)
Collapse this list.
  1. /usr/local/share/licenses/vim-lsp-0.1.4.198/catalog.mk
  2. /usr/local/share/licenses/vim-lsp-0.1.4.198/LICENSE
  3. /usr/local/share/licenses/vim-lsp-0.1.4.198/MIT
  4. share/vim/vimfiles/autoload/health/lsp.vim
  5. share/vim/vimfiles/autoload/lsp.vim
  6. share/vim/vimfiles/autoload/lsp/callbag.vim
  7. share/vim/vimfiles/autoload/lsp/capabilities.vim
  8. share/vim/vimfiles/autoload/lsp/client.vim
  9. share/vim/vimfiles/autoload/lsp/internal/completion/documentation.vim
  10. share/vim/vimfiles/autoload/lsp/internal/diagnostics.vim
  11. share/vim/vimfiles/autoload/lsp/internal/diagnostics/document_diagnostics_command.vim
  12. share/vim/vimfiles/autoload/lsp/internal/diagnostics/echo.vim
  13. share/vim/vimfiles/autoload/lsp/internal/diagnostics/first_line.vim
  14. share/vim/vimfiles/autoload/lsp/internal/diagnostics/float.vim
  15. share/vim/vimfiles/autoload/lsp/internal/diagnostics/highlights.vim
  16. share/vim/vimfiles/autoload/lsp/internal/diagnostics/movement.vim
  17. share/vim/vimfiles/autoload/lsp/internal/diagnostics/signs.vim
  18. share/vim/vimfiles/autoload/lsp/internal/diagnostics/state.vim
  19. share/vim/vimfiles/autoload/lsp/internal/diagnostics/under_cursor.vim
  20. share/vim/vimfiles/autoload/lsp/internal/diagnostics/virtual_text.vim
  21. share/vim/vimfiles/autoload/lsp/internal/document_code_action/signs.vim
  22. share/vim/vimfiles/autoload/lsp/internal/document_formatting.vim
  23. share/vim/vimfiles/autoload/lsp/internal/document_highlight.vim
  24. share/vim/vimfiles/autoload/lsp/internal/document_hover/under_cursor.vim
  25. share/vim/vimfiles/autoload/lsp/internal/document_range_formatting.vim
  26. share/vim/vimfiles/autoload/lsp/internal/document_symbol/search.vim
  27. share/vim/vimfiles/autoload/lsp/internal/inlay_hints.vim
  28. share/vim/vimfiles/autoload/lsp/internal/semantic.vim
  29. share/vim/vimfiles/autoload/lsp/internal/show_message.vim
  30. share/vim/vimfiles/autoload/lsp/internal/show_message_request.vim
  31. share/vim/vimfiles/autoload/lsp/internal/textprop.vim
  32. share/vim/vimfiles/autoload/lsp/internal/type_hierarchy.vim
  33. share/vim/vimfiles/autoload/lsp/internal/ui/popupmenu.vim
  34. share/vim/vimfiles/autoload/lsp/internal/ui/quickpick.vim
  35. share/vim/vimfiles/autoload/lsp/internal/work_done_progress.vim
  36. share/vim/vimfiles/autoload/lsp/internal/workspace_symbol/search.vim
  37. share/vim/vimfiles/autoload/lsp/omni.vim
  38. share/vim/vimfiles/autoload/lsp/tag.vim
  39. share/vim/vimfiles/autoload/lsp/ui/vim.vim
  40. share/vim/vimfiles/autoload/lsp/ui/vim/code_action.vim
  41. share/vim/vimfiles/autoload/lsp/ui/vim/code_lens.vim
  42. share/vim/vimfiles/autoload/lsp/ui/vim/completion.vim
  43. share/vim/vimfiles/autoload/lsp/ui/vim/execute_command.vim
  44. share/vim/vimfiles/autoload/lsp/ui/vim/folding.vim
  45. share/vim/vimfiles/autoload/lsp/ui/vim/output.vim
  46. share/vim/vimfiles/autoload/lsp/ui/vim/signature_help.vim
  47. share/vim/vimfiles/autoload/lsp/ui/vim/utils.vim
  48. share/vim/vimfiles/autoload/lsp/utils.vim
  49. share/vim/vimfiles/autoload/lsp/utils/args.vim
  50. share/vim/vimfiles/autoload/lsp/utils/buffer.vim
  51. share/vim/vimfiles/autoload/lsp/utils/diff.vim
  52. share/vim/vimfiles/autoload/lsp/utils/job.vim
  53. share/vim/vimfiles/autoload/lsp/utils/location.vim
  54. share/vim/vimfiles/autoload/lsp/utils/position.vim
  55. share/vim/vimfiles/autoload/lsp/utils/range.vim
  56. share/vim/vimfiles/autoload/lsp/utils/step.vim
  57. share/vim/vimfiles/autoload/lsp/utils/tagstack.vim
  58. share/vim/vimfiles/autoload/lsp/utils/text_edit.vim
  59. share/vim/vimfiles/autoload/lsp/utils/tree.vim
  60. share/vim/vimfiles/autoload/lsp/utils/workspace_config.vim
  61. share/vim/vimfiles/autoload/lsp/utils/workspace_edit.vim
  62. share/vim/vimfiles/autoload/vital/_lsp.vim
  63. share/vim/vimfiles/autoload/vital/_lsp/VS/LSP/MarkupContent.vim
  64. share/vim/vimfiles/autoload/vital/_lsp/VS/LSP/Text.vim
  65. share/vim/vimfiles/autoload/vital/_lsp/VS/Vim/Buffer.vim
  66. share/vim/vimfiles/autoload/vital/_lsp/VS/Vim/Syntax/Markdown.vim
  67. share/vim/vimfiles/autoload/vital/_lsp/VS/Vim/Window.vim
  68. share/vim/vimfiles/autoload/vital/_lsp/VS/Vim/Window/FloatingWindow.vim
  69. share/vim/vimfiles/autoload/vital/lsp.vim
  70. share/vim/vimfiles/autoload/vital/lsp.vital
  71. share/vim/vimfiles/doc/vim-lsp.txt
  72. share/vim/vimfiles/ftplugin/lsp-hover.vim
  73. share/vim/vimfiles/plugin/lsp.vim
  74. @owner
  75. @group
  76. @mode
Collapse this list.
Dependency lines:
  • vim-lsp>0:editors/vim-lsp
To install the port:
cd /usr/ports/editors/vim-lsp/ && make install clean
To add the package, run one of these commands:
  • pkg install editors/vim-lsp
  • pkg install vim-lsp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: vim-lsp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1705266374 SHA256 (prabirshrestha-vim-lsp-v0.1.4-198-gd36f381_GH0.tar.gz) = 2b36dc1fe470d177eb6bc5251263241e0952b7f3cf8f105fa5fff82e5308a1ce SIZE (prabirshrestha-vim-lsp-v0.1.4-198-gd36f381_GH0.tar.gz) = 144322

Packages (timestamps in pop-ups are UTC):
vim-lsp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.4.1980.1.4.198-0.1.4.1980.1.4.198---
FreeBSD:13:quarterly0.1.4.1980.1.4.198-0.1.4.1980.1.4.198---
FreeBSD:14:latest0.1.4.1980.1.4.198-0.1.4.1980.1.4.198---
FreeBSD:14:quarterly0.1.4.1980.1.4.198-0.1.4.1980.1.4.198---
FreeBSD:15:latest0.1.4.1980.1.4.198n/a0.1.4.198n/a0.1.4.1980.1.4.1980.1.4.198
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
editors_vim-lsp
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/prabirshrestha/vim-lsp/tar.gz/v0.1.4-198-gd36f381?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.4.198
14 Jan 2024 21:26:42
commit hash: 44645be5cfcf715c769e1bae6d0613fdad02b917commit hash: 44645be5cfcf715c769e1bae6d0613fdad02b917commit hash: 44645be5cfcf715c769e1bae6d0613fdad02b917commit hash: 44645be5cfcf715c769e1bae6d0613fdad02b917 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
editors/vim-lsp: New port: Async language server protocol plugin for vim and
neovim

Number of commits found: 1