mirror of
https://github.com/Hizenberg469/Vim-tutorials.git
synced 2026-04-19 22:02:24 +03:00
updating env_setup.sh
This commit is contained in:
9
.vimrc
9
.vimrc
@@ -149,6 +149,15 @@ call plug#begin()
|
||||
Plug 'mbbill/undotree' " Utility to view undo history
|
||||
Plug 'morhetz/gruvbox' " retro-inspired color scheme
|
||||
Plug 'luochen1990/rainbow' " For rainbow coloring of Parentheses
|
||||
Plug 'preservim/nerdtree' " A filesystem explorer
|
||||
Plug 'puremourning/vimspector' " A multi-language debugging plugin
|
||||
Plug 'tpope/vim-dispatch' " A plugin for async executing long-running commands
|
||||
Plug 'tpope/vim-fugitive' " A popular Git Wrapper.
|
||||
Plug 'tpope/vim-speeddating' " A plugin that allow you to quickly adjust dates.
|
||||
Plug 'vim-airline/vim-airline' " A lightweight and customizable status line.
|
||||
Plug 'vim-scripts/c.vim' " A packages of tools for C and C++.
|
||||
Plug 'vimwiki/vimwiki' " A personal wiki plugin for Vim.
|
||||
Plug 'voldikss/vim-floaterm' " A plugin for floating terminal inside vim.
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user