got rid of bracey and added npm package live-server, created alias for it
This commit is contained in:
parent
b5ab5ecb2c
commit
a3ea2d68a7
2 changed files with 1 additions and 4 deletions
|
|
@ -174,6 +174,7 @@ alias {cmatrix,matrix}="cmatrix -bm -C cyan"
|
|||
alias {top,htop,btop}="xfce4-terminal --geometry=127x51+0+0 -x btop"
|
||||
alias {firefox,ff}="firefox-developer-edition &"
|
||||
alias {sq,sql,sqlite}="sqlcipher"
|
||||
alias serve="live-server"
|
||||
alias tree="tree -ad -L 3 --prune -C"
|
||||
alias {nv,nvi,vim,vi}="nvim"
|
||||
alias {mi,mic,nano}="micro"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
|
|||
Plug 'preservim/nerdcommenter'
|
||||
Plug 'Yggdroot/indentLine'
|
||||
Plug 'sheerun/vim-polyglot'
|
||||
Plug 'turbio/bracey.vim', {'do': 'npm install --prefix server'}
|
||||
Plug 'iamcco/markdown-preview.nvim', {'do': { -> mkdp#util#install() }}
|
||||
Plug 'luochen1990/rainbow'
|
||||
Plug 'yaegassy/coc-volar'
|
||||
|
|
@ -35,9 +34,6 @@ autocmd VimEnter * NERDTree | if argc() > 0 || exists("s:std_in") | wincmd p | e
|
|||
" Exit Vim if NERDTree is the only window remaining in the only tab.
|
||||
autocmd BufEnter * if tabpagenr('$') == 1 && winnr('$') == 1 && exists('b:NERDTree') && b:NERDTree.isTabTree() | quit | endif
|
||||
|
||||
" set bracey/liveserver to resresh on save
|
||||
let g:bracey_refresh_on_save = 1
|
||||
|
||||
"set colored brackets via rainbow"
|
||||
let g:rainbow_active = 1 "set to 0 if you want to enable it later via :RainbowToggle"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue