vim-helm plugin added

This commit is contained in:
2022-08-13 13:29:11 +03:00
parent f4e2308d06
commit 7e0b49ba31
2 changed files with 8 additions and 0 deletions

7
vim/ftplugin/helm.vim Normal file
View File

@@ -0,0 +1,7 @@
filetype plugin indent on
" show existing tab with 2 spaces width
set tabstop=2
" when indenting with '>', use 2 spaces width
set shiftwidth=2
" On pressing tab, insert 2 spaces
set expandtab

View File

@@ -32,6 +32,7 @@ call plug#begin('~/.vim/bundle') "Начать искать плагины в э
Plug 'airblade/vim-gitgutter'
Plug 'jreybert/vimagit'
Plug 'preservim/nerdtree'
Plug 'towolf/vim-helm'
call plug#end() "Перестать это делать
"