Our great sponsors
- Revelo Payroll - Free Global Payroll designed for tech teams
- Onboard AI - Learn any GitHub repo in 59 seconds
- SonarLint - Clean code begins in your IDE with SonarLint
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
-
I don't know about OSX, but some Linux distros have dropped support for python2. You can still install it globally, but I wouldn't recommend it. The better approach would be to use python version manager like https://github.com/pyenv/pyenv. Install python2 with pyenv and create separate virtual environment specifically for neovim. You should also create a separate neovim virtual environment for python3 as well.
-
ultisnips
UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
4 https://github.com/SirVer/ultisnips/blob/master/CONTRIBUTING.md#reproducing-bugs
-
Revelo Payroll
Free Global Payroll designed for tech teams. Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
Related posts
- How to solve this? (Ultisnippets plugin)
- SirVer/ultisnips: UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
- UltiSnips + nvim-cmp error: UltiSnips#ExpandSnippetOrJump()
- I've been working on this CLI tool to automate creation of script files, modification of file permissions, and input typical text. I spend a lot of time in the command line for work, but consider myself still learning scripting. If you have any input I'd appreciate it!
- best way of inserting a variety of code-chunks, for example when using vimlatex