Bhupesh-V / Bhupesh-V.github.io

My Internet Home ❤️
https://bhupesh.me
MIT License
2 stars 1 forks source link

How to use code snippets in Vim like a cowboy 🤠️ #5

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

How to use code snippets in Vim like a cowboy 🤠️

A quick tour on how to get started with code snippets in Vim. Learn how to setup Ultisnips & vim-snippets in Vim and Neovim. How to install vim-snippets, How to use snippets in vim.

https://bhupesh-v.github.io/learn-how-to-use-code-snippets-vim-cowboy/

matthewsalmon commented 3 years ago

For me this required the vim-python package to function correctly, with vanilla vim I got lots of errors

autoditactics commented 3 years ago

So once you've installed vim-snippets, how would you customize one the snippets in case you don't like it without messing up the package and still allowing future updates?