diff options
| author | Blista Kanjo | 2022-06-26 21:05:06 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2022-06-26 21:05:06 -0400 |
| commit | 62d0ad43b99bc06a3db7e219641480f061fa7a85 (patch) | |
| tree | fd346e262e2e1914394b627a04a4ac551046c893 | |
| parent | 0f9375d3ac419a7a5f2cbd00dc31d6f6b25049c7 (diff) | |
installed new plugins
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -81,5 +81,7 @@ map <C-p> "+p call plug#begin() Plug 'ycm-core/YouCompleteMe' +Plug 'https://github.com/preservim/nerdtree', { 'on': 'NERDTreeToggle' } +Plug 'LunarWatcher/auto-pairs' call plug#end() |
