Terraform, functions, and more...
This commit is contained in:
parent
a3eb26d268
commit
000412c0cf
6 changed files with 39 additions and 11 deletions
5
vimrc
5
vimrc
|
@ -7,6 +7,7 @@ Plug 'joshdick/onedark.vim'
|
|||
|
||||
" keepers
|
||||
Plug 'airblade/vim-gitgutter'
|
||||
Plug 'hashivim/vim-terraform'
|
||||
Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
||||
Plug 'junegunn/fzf.vim'
|
||||
Plug 'ntpeters/vim-better-whitespace'
|
||||
|
@ -136,7 +137,6 @@ map <Leader>pu :PlugUpdate<cr>
|
|||
|
||||
" clear search
|
||||
map <Leader>cs :let @/ = ""<cr>
|
||||
|
||||
" bclose
|
||||
nnoremap <silent> <Leader>bd :Bclose<CR>
|
||||
nnoremap <silent> <Leader>bD :Bclose!<CR>
|
||||
|
@ -171,6 +171,9 @@ highlight ExtraWhitespace ctermbg=196
|
|||
" fzf
|
||||
let $FZF_DEFAULT_COMMAND = 'ag -g ""'
|
||||
|
||||
" terraform
|
||||
let g:terraform_align=1
|
||||
|
||||
" ZoomWin
|
||||
function! ZoomState()
|
||||
if exists('t:zoomwintab')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue