i3-gaps, polybar
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
source ~/.vim/common.vim
|
||||
set shell=/bin/bash
|
||||
set shell=/bin/zsh
|
||||
set hidden
|
||||
|
||||
|
||||
@ -49,6 +49,9 @@ Plug 'wincent/ferret'
|
||||
Plug 'moll/vim-bbye'
|
||||
|
||||
Plug 'shime/vim-livedown'
|
||||
Plug 'kjwon15/vim-transparent'
|
||||
|
||||
Plug 'mzlogin/vim-markdown-toc'
|
||||
|
||||
Plug 'tpope/vim-unimpaired'
|
||||
|
||||
@ -129,7 +132,9 @@ Plug 'fatih/vim-go'
|
||||
|
||||
" DevOps Syntax
|
||||
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
Plug 'chr4/nginx.vim'
|
||||
" Plug 'chr4/nginx.vim'
|
||||
|
||||
Plug 'ekalinin/Dockerfile.vim'
|
||||
|
||||
call plug#end()
|
||||
"
|
||||
@ -176,6 +181,8 @@ filetype plugin indent on
|
||||
|
||||
"autocmd VimEnter * colorscheme farout
|
||||
autocmd VimEnter * colorscheme fahrenheit
|
||||
set bg=light
|
||||
hi Normal guibg=NONE ctermbg=NONE
|
||||
"autocmd VimEnter *
|
||||
|
||||
|
||||
@ -339,7 +346,26 @@ nnoremap <unique> <Leader>sg :call PhpCreateSettersAndGetters()<CR>
|
||||
"nnoremap <unique> <Leader>da :call PhpDocAll()<CR>
|
||||
nnoremap <unique> <Leader>da :call pdv#DocumentWithSnip()<CR><Paste>
|
||||
|
||||
|
||||
let g:vdebug_options = {
|
||||
\ 'port' : 9009,
|
||||
\ 'timeout' : 20,
|
||||
\ 'server' : '',
|
||||
\ 'on_close' : 'stop',
|
||||
\ 'break_on_open' : 1,
|
||||
\ 'ide_key' : '',
|
||||
\ 'debug_window_level' : 0,
|
||||
\ 'debug_file_level' : 0,
|
||||
\ 'debug_file' : '',
|
||||
\ 'path_maps' : {},
|
||||
\ 'watch_window_style' : 'expanded',
|
||||
\ 'marker_default' : '⬦',
|
||||
\ 'marker_closed_tree' : '▸',
|
||||
\ 'marker_open_tree' : '▾',
|
||||
\ 'sign_breakpoint' : '▷',
|
||||
\ 'sign_current' : '▶',
|
||||
\ 'continuous_mode' : 1
|
||||
\}
|
||||
<
|
||||
|
||||
" Extract expression (normal mode)
|
||||
|
||||
|
Reference in New Issue
Block a user