|
@ -30,6 +30,7 @@ Plug 'junegunn/fzf.vim' " vim integration for fzf |
|
|
Plug 'airblade/vim-gitgutter' " git status in gutter column |
|
|
Plug 'airblade/vim-gitgutter' " git status in gutter column |
|
|
Plug 'radenling/vim-dispatch-neovim' " support for :Start command, needed in dadbod |
|
|
Plug 'radenling/vim-dispatch-neovim' " support for :Start command, needed in dadbod |
|
|
Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim |
|
|
Plug 'lambdalisue/suda.vim' " As w!! did not work anymore in nvim |
|
|
|
|
|
Plug 'https://github.com/alok/notational-fzf-vim' " note taking |
|
|
|
|
|
|
|
|
" html / templates{{{ |
|
|
" html / templates{{{ |
|
|
Plug 'mattn/emmet-vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue', 'markdown'] } " emmet support for vim - easily create markdup wth CSS-like syntax |
|
|
Plug 'mattn/emmet-vim', { 'for': ['html', 'php', 'gohtmltmpl', 'vue', 'markdown'] } " emmet support for vim - easily create markdup wth CSS-like syntax |
|
@ -220,6 +221,11 @@ let NERDTreeShowHidden=1 |
|
|
|
|
|
|
|
|
let g:airline_powerline_fonts = 1 |
|
|
let g:airline_powerline_fonts = 1 |
|
|
|
|
|
|
|
|
|
|
|
" notational notes |
|
|
|
|
|
let g:nv_search_paths = ['~/notes'] |
|
|
|
|
|
let g:nv_default_extension = '.md' |
|
|
|
|
|
let g:nv_main_directory = '~/notes' |
|
|
|
|
|
|
|
|
" ALE {{{ |
|
|
" ALE {{{ |
|
|
let g:airline#extensions#ale#enabled = 1 |
|
|
let g:airline#extensions#ale#enabled = 1 |
|
|
"}}} |
|
|
"}}} |
|
|