Remove everything related to puppet
This commit is contained in:
parent
e20133878b
commit
37119a8d67
24
vimrc
24
vimrc
|
@ -263,10 +263,7 @@ map <F8> <Leader>cs
|
||||||
|
|
||||||
" Won't work ...
|
" Won't work ...
|
||||||
let g:syntastic_mode_map = { 'mode': 'active',
|
let g:syntastic_mode_map = { 'mode': 'active',
|
||||||
\ 'active_filetypes': ['markdown', 'yaml', 'php', 'ruby', 'sh', 'zsh'],
|
\ 'active_filetypes': ['markdown', 'yaml', 'php', 'ruby', 'sh', 'zsh'] }
|
||||||
\ 'passive_filetypes': ['puppet', 'sql', 'vim'] }
|
|
||||||
"let g:syntastic_puppet_checkers = ['puppet']
|
|
||||||
let g:syntastic_puppet_checkers = ['puppetlint']
|
|
||||||
let g:syntastic_yaml_checkers = ['yamllint']
|
let g:syntastic_yaml_checkers = ['yamllint']
|
||||||
|
|
||||||
|
|
||||||
|
@ -282,12 +279,6 @@ let g:neocomplcache_enable_at_startup = 1
|
||||||
let g:neocomplcache_min_syntax_length = 3
|
let g:neocomplcache_min_syntax_length = 3
|
||||||
let g:neocomplcache_lock_buffer_name_pattern = '\*ku\*'
|
let g:neocomplcache_lock_buffer_name_pattern = '\*ku\*'
|
||||||
|
|
||||||
"##########################
|
|
||||||
" Puppet :
|
|
||||||
"##########################
|
|
||||||
" github.com/rodjek/vim-puppet.git
|
|
||||||
"Plug "rodjek/vim-puppet"
|
|
||||||
|
|
||||||
"##########################
|
"##########################
|
||||||
" Tabular :
|
" Tabular :
|
||||||
"##########################
|
"##########################
|
||||||
|
@ -521,16 +512,6 @@ imap <leader>n <esc>l i
|
||||||
"Plug 'majutsushi/tagbar'
|
"Plug 'majutsushi/tagbar'
|
||||||
" Open Tagbar:
|
" Open Tagbar:
|
||||||
nmap <leader>t :TagbarToggle<CR>
|
nmap <leader>t :TagbarToggle<CR>
|
||||||
" Manage Puppet file (.pp):
|
|
||||||
let g:tagbar_type_puppet = {
|
|
||||||
\ 'ctagstype': 'puppet',
|
|
||||||
\ 'kinds': [
|
|
||||||
\'c:class',
|
|
||||||
\'s:site',
|
|
||||||
\'n:node',
|
|
||||||
\'d:definition'
|
|
||||||
\]
|
|
||||||
\}
|
|
||||||
|
|
||||||
"##########################
|
"##########################
|
||||||
" fugitive:
|
" fugitive:
|
||||||
|
@ -620,9 +601,6 @@ call plug#begin('~/.vim/plugged')
|
||||||
" Advanced auto-completion system
|
" Advanced auto-completion system
|
||||||
Plug 'Shougo/neocomplcache'
|
Plug 'Shougo/neocomplcache'
|
||||||
|
|
||||||
" Make vim mor Puppet friendly
|
|
||||||
Plug 'rodjek/vim-puppet'
|
|
||||||
|
|
||||||
" Auto alignment (for Puppet for example)
|
" Auto alignment (for Puppet for example)
|
||||||
Plug 'godlygeek/tabular'
|
Plug 'godlygeek/tabular'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue