Skip to content

🍄IDE layer for Vim. Beginner-friendly, user-oriented, made with ❤ for community. All in Vim-script

Notifications You must be signed in to change notification settings

hungpham3112/vide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌵 VIDE

An IDE layer for VIM

📖 Table of contents

😎 Introduction

When I first started learning Vim, I had a lot of difficulty and spent a lot of time searching the internet and referencing other people's configurations. So I decided to create a project of my own to help those who are new to Vim, especially on the Windows platform.

Currently, this project supports Windows and some Ubuntu-based distros. In the future, it will be continue to compatible with MacOS and more Linux distro.

🚀 Quick-start

Windows (Powershell 5.1+)

Invoke-WebRequest https://raw.githubusercontent.com/hungpham3112/vide/main/bin/install.ps1 -UseBasicParsing | Invoke-Expression

Linux (Ubuntu-Based)

bash <(curl -s https://github.com/raw/hungpham3112/vide/main/bin/install.sh)

⚙️ Plugins

Purpose Plugin Repo
Plugin manager vim-plug https://github.com/junegunn/vim-plug.git
Intellisense coc-nvim https://github.com/neoclide/coc.nvim.git
Navigation vim-easymotion https://github.com/easymotion/vim-easymotion
Snippets vim-snippets https://github.com/honza/vim-snippets
File explorer nerd-tree https://github.com/preservim/nerdtree.git
Commenter nerd-commenter https://github.com/preservim/nerdcommenter.git
Theme edge https://github.com/sainnhe/edge.git
Vertical line like VScode indentLine https://github.com/Yggdroot/indentLine.git
Floating terminal floaterm https://github.com/voldikss/vim-floaterm.git
Powerful way to edit
brackets, parentheses, quotes
vim-surround https://github.com/tpope/vim-surround.git
Insert or delete
brackets, parentheses, quotes
auto-pairs https://github.com/LunarWatcher/auto-pairs.git
Beautiful statusline lightline https://github.com/itchyny/lightline.vim
and more ...

⭐ Contributing

  • Open issue and ask if you have any trouble. I will do my best to help you.
  • Tell me if you have any idea to make this repository better.
  • Create Pull Request
  • Give me a star if you like my config

🔧 Uninstall VIDE

Windows (Powershell 5.1+)

Invoke-WebRequest https://raw.githubusercontent.com/hungpham3112/vide/main/bin/uninstall.ps1 -UseBasicParsing | Invoke-Expression

Linux (Ubuntu-Based)

bash <(curl -s https://github.com/raw/hungpham3112/vide/main/bin/install.sh)

License

License: MIT

About

🍄IDE layer for Vim. Beginner-friendly, user-oriented, made with ❤ for community. All in Vim-script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published