ultisnips
UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
File Explorer
Download Latest Version (.zip)- main.yml
- FUNDING.yml
- issue_template.md
- UltiSnips_after.vim
- ultisnips.vim
- listener.vim
- map_keys.vim
- ultisnips.vim
- UltiSnips.vim
- UltiSnips.cnf
- demo.gif
- README.md
- snippet.gif
- demo.gif
- README.md
- demo.gif
- demo1.gif
- README.md
- demo.gif
- UltiSnips.txt
- all.snippets
- build_vim.sh
- docker_vimrc.vim
- download_vim.sh
- install_nvim.sh
- install_packages.sh
- run_tests.sh
- run_tests_nvim.sh
- CONTRIBUTING.md
- RELEASING.md
- snippets.vim
- snippets.vim
- on_bytes.lua
- UltiSnips.vim
- __init__.py
- base.py
- snipmate.py
- ulti_snips.py
- __init__.py
- base.py
- lexer.py
- snipmate.py
- ulti_snips.py
- __init__.py
- base.py
- common.py
- snipmate.py
- ulti_snips.py
- __init__.py
- added.py
- base.py
- snippet_dictionary.py
- __init__.py
- __init__.py
- base.py
- choices.py
- escaped_char.py
- mirror.py
- python_code.py
- shell_code.py
- snippet_instance.py
- tabstop.py
- transformation.py
- viml_code.py
- visual.py
- __init__.py
- buffer_proxy.py
- change_provider.py
- debug.py
- err_to_scratch_buffer.py
- error.py
- indent_util.py
- position.py
- snippet_manager.py
- test_change_provider.py
- test_position.py
- text.py
- vim_encoding.py
- vim_helper.py
- vim_state.py
- conftest.py
- ultisnips.py
- install-hooks
- slim-release.py
- snippets.vim
- snippets_snipmate.vim
- __init__.py
- constant.py
- test_AnonymousExpansion.py
- test_Autocommands.py
- test_Autotrigger.py
- test_Chars.py
- test_Choices.py
- test_Completion.py
- test_ContextSnippets.py
- test_DuplicateSnippets.py
- test_Editing.py
- test_ErrorReporting.py
- test_Expand.py
- test_ExpandPossibleShorterSnippet.py
- test_FinishInNormalMode.py
- test_Fixes.py
- test_Folding.py
- test_Format.py
- test_Interpolation.py
- test_Issue1013.py
- test_Issue1221.py
- test_Issue1243.py
- test_Issue1305.py
- test_Issue1360.py
- test_Issue1427.py
- test_Issue1434.py
- test_Issue1500.py
- test_Issue1569.py
- test_Issue1579.py
- test_Issue1688.py
- test_Issue903.py
- test_ListSnippets.py
- test_Mirror.py
- test_MklineMultiline.py
- test_Movement.py
- test_MultipleMatches.py
- test_NoPython.py
- test_ParseSnippets.py
- test_PartialPrefix.py
- test_Plugin.py
- test_PostFinishAction.py
- test_PostJumpJunk.py
- test_PreviewWindow.py
- test_Recursive.py
- test_RemoveFiletypes.py
- test_Selection.py
- test_SnipMate.py
- test_SnippetActions.py
- test_SnippetLocations.py
- test_SnippetOptions.py
- test_SnippetPriorities.py
- test_TabStop.py
- test_Transformation.py
- test_UltiSnipFunc.py
- test_UltiSnipsEditSymlink.py
- test_Visual.py
- test_VisualInPostJump.py
- test_Window.py
- util.py
- vim_interface.py
- vim_test_case.py
- .gitignore
- ChangeLog
- CLAUDE.md
- COPYING.txt
- Dockerfile
- Dockerfile.nvim
- Dockerfile.repro
- Makefile
- pyproject.toml
- README.md
- test_all.py
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/SirVer/ultisnips
Downloads the entire project code from GitHub to your computer.
cd ultisnips
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker build -t ultisnips .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 ultisnips
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
