vim-helm plugin added
This commit is contained in:
7
vim/ftplugin/helm.vim
Normal file
7
vim/ftplugin/helm.vim
Normal 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
|
||||||
@@ -32,6 +32,7 @@ call plug#begin('~/.vim/bundle') "Начать искать плагины в э
|
|||||||
Plug 'airblade/vim-gitgutter'
|
Plug 'airblade/vim-gitgutter'
|
||||||
Plug 'jreybert/vimagit'
|
Plug 'jreybert/vimagit'
|
||||||
Plug 'preservim/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
|
Plug 'towolf/vim-helm'
|
||||||
call plug#end() "Перестать это делать
|
call plug#end() "Перестать это делать
|
||||||
|
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user