/vim-practice

Vim is known as a very useful tool, I use this repository to record instructions for those who are beginners like me

Primary LanguageVim Script

vim-practice

Vim is known as a very useful tool, I use this repository to record instructions for those who are beginners like me

Directory Structure

├── .vimrc
├── README.md
└── Ultisnips

.vimrc is the setting I used for vim. You can customize it! Just for something for template

Ultisnips includes examples of my snippets settings.

Requirement

Mac OS

  1. vim - I recommend to install vim through brew in order to include all useful features
brew install vim	
  1. vim-plugin - I use this vim plugin managers. Check here to learn more

Overview

In this repository, I will go througth a list of concepts including

  1. Basic Vim commands
  2. Understand ~/.vimrc including set, let, map
  3. Use vim-plugin to manage plugins
  4. Use UltiSnips to define custom scripts for autocompletion

(option)

  1. Use vimtex plugins

Small Projects

I believe practice is much more important than theory(or syntax). So I prepare some small projects for us to learn quickly

  1. Learn basic vim commands
  2. Define useful commands in .vimrc
  3. Define snippets for markdown

Copyright

tsupei/vim-practice

Reference

vim-plugin UltiSnips vimtex