2018-03-17 23:42:49 +00:00
|
|
|
" #plugins{{{
|
|
|
|
set runtimepath+=~/.vim/bundle/Vundle.vim
|
|
|
|
call vundle#begin()
|
|
|
|
|
|
|
|
Plugin 'VundleVim/Vundle.vim'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
"css3-syntax
|
|
|
|
Plugin 'hail2u/vim-css3-syntax.git'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
"scss-syntax
|
|
|
|
Plugin 'cakebaker/scss-syntax.vim'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
"tagbar
|
|
|
|
Plugin 'majutsushi/tagbar'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
"vim-surround
|
|
|
|
Plugin 'tpope/vim-surround'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
"undotree
|
|
|
|
Plugin 'mbbill/undotree'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" Ctrlp
|
|
|
|
Plugin 'ctrlpvim/ctrlp.vim'
|
2018-04-10 12:06:23 +00:00
|
|
|
"
|
2018-03-17 23:42:49 +00:00
|
|
|
" Obsession
|
|
|
|
Plugin 'tpope/vim-obsession'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" vim-css-color
|
2018-04-04 17:49:09 +00:00
|
|
|
" Plugin 'ap/vim-css-color'
|
2018-03-17 23:42:49 +00:00
|
|
|
" vim-javascript
|
|
|
|
Plugin 'pangloss/vim-javascript'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" ultisnips
|
|
|
|
" https://github.com/sirver/UltiSnips
|
|
|
|
Plugin 'SirVer/ultisnips'
|
|
|
|
" and some snippets
|
|
|
|
" https://github.com/honza/vim-snippets
|
|
|
|
Plugin 'honza/vim-snippets'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" ALE
|
|
|
|
" https://github.com/w0rp/ale
|
|
|
|
Plugin 'w0rp/ale'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" MatchTag
|
|
|
|
" https://github.com/gregsexton/MatchTag
|
|
|
|
Plugin 'gregsexton/MatchTag'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" phpcomplete.vim
|
|
|
|
" https://github.com/shawncplus/phpcomplete.vim
|
|
|
|
Plugin 'shawncplus/phpcomplete.vim'
|
|
|
|
" https://github.com/dsawardekar/wordpress.vim
|
|
|
|
" For up to date Wordpress Files see:
|
|
|
|
" https://github.com/joseluis/wordpress.vim-generator
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
"Plugin 'dsawardekar/wordpress.vim'
|
|
|
|
" disabled - doesn't support universal ctags?
|
2018-05-01 22:55:07 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" vim-vue
|
|
|
|
" https://github.com/posva/vim-vue
|
|
|
|
Plugin 'posva/vim-vue'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" vim-commentary
|
|
|
|
" https://github.com/tpope/vim-commentary
|
|
|
|
Plugin 'tpope/vim-commentary'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" vim-repeat
|
|
|
|
" https://github.com/tpope/vim-repeat
|
|
|
|
Plugin 'tpope/vim-repeat'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" https://github.com/mattn/emmet-vim
|
|
|
|
Plugin 'mattn/emmet-vim'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" vimwiki
|
|
|
|
" https://github.com/vimwiki/vimwiki
|
|
|
|
Plugin 'vimwiki/vimwiki'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" gitgutter
|
|
|
|
" https://github.com/airblade/vim-gitgutter/blob/master/README.mkd
|
|
|
|
Plugin 'airblade/vim-gitgutter'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" vim-gutentags
|
|
|
|
" https://github.com/ludovicchabant/vim-gutentags
|
|
|
|
Plugin 'ludovicchabant/vim-gutentags'
|
2018-05-08 21:21:55 +00:00
|
|
|
|
2018-03-20 22:33:41 +00:00
|
|
|
" vim-qlist
|
|
|
|
" https://github.com/romainl/vim-qlist/
|
|
|
|
" Plugin 'romainl/vim-qlist'
|
2018-03-28 14:06:59 +00:00
|
|
|
" PLugin takac/vim-hardtime
|
|
|
|
" https://bluz71.github.io/2017/05/15/vim-tips-tricks.html
|
|
|
|
Plugin 'takac/vim-hardtime'
|
2018-04-10 12:06:23 +00:00
|
|
|
|
2018-03-28 18:40:46 +00:00
|
|
|
" fugitive-vim
|
|
|
|
" https://github.com/tpope/vim-fugitive/blob/master/README.markdown
|
|
|
|
Plugin 'tpope/vim-fugitive'
|
2018-04-10 12:06:23 +00:00
|
|
|
|
2018-03-28 22:12:45 +00:00
|
|
|
" vim-dispatch
|
|
|
|
" https://github.com/tpope/vim-dispatch
|
|
|
|
Plugin 'tpope/vim-dispatch'
|
2018-04-10 12:06:23 +00:00
|
|
|
|
2018-04-04 16:55:09 +00:00
|
|
|
" colorV
|
|
|
|
" https://github.com/gu-fan/colorv.vim
|
|
|
|
Plugin 'gu-fan/colorv.vim'
|
2018-04-10 12:06:23 +00:00
|
|
|
|
2018-04-07 15:13:06 +00:00
|
|
|
" vim switch
|
|
|
|
"https://github.com/AndrewRadev/switch.vim
|
|
|
|
Plugin 'AndrewRadev/switch.vim'
|
2018-03-17 23:42:49 +00:00
|
|
|
|
2018-04-10 12:16:53 +00:00
|
|
|
" gitv
|
|
|
|
" https://github.com/gregsexton/gitv
|
|
|
|
Plugin 'gregsexton/gitv'
|
2018-04-10 12:06:23 +00:00
|
|
|
|
2018-04-16 21:20:50 +00:00
|
|
|
" wakarime
|
|
|
|
" https://wakatime.com/vim
|
|
|
|
Plugin 'wakatime/vim-wakatime'
|
|
|
|
|
2018-05-08 21:21:55 +00:00
|
|
|
" vim-easy-align
|
|
|
|
" https://github.com/junegunn/vim-easy-align
|
|
|
|
Plugin 'junegunn/vim-easy-align'
|
|
|
|
|
2018-04-30 22:09:03 +00:00
|
|
|
" asyncomplerte.vim
|
|
|
|
" https://github.com/prabirshrestha/asyncomplete.vim
|
|
|
|
Plugin 'prabirshrestha/asyncomplete.vim'
|
|
|
|
Plugin 'yami-beta/asyncomplete-omni.vim'
|
|
|
|
Plugin 'prabirshrestha/asyncomplete-ultisnips.vim'
|
|
|
|
Plugin 'prabirshrestha/asyncomplete-file.vim'
|
|
|
|
Plugin 'prabirshrestha/asyncomplete-buffer.vim'
|
|
|
|
Plugin 'prabirshrestha/asyncomplete-tags.vim'
|
|
|
|
Plugin 'prabirshrestha/asyncomplete-lsp.vim'
|
|
|
|
Plugin 'Shougo/neco-vim'
|
|
|
|
Plugin 'prabirshrestha/asyncomplete-necovim.vim'
|
2018-04-16 21:20:50 +00:00
|
|
|
|
2018-04-30 22:09:03 +00:00
|
|
|
" vim-lsp
|
|
|
|
" https://github.com/prabirshrestha/vim-lsp
|
|
|
|
Plugin 'prabirshrestha/async.vim'
|
|
|
|
Plugin 'prabirshrestha/vim-lsp'
|
2018-04-16 21:20:50 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" All of your Plugins must be added before the following line
|
|
|
|
call vundle#end() " required
|
|
|
|
filetype plugin indent on " required
|
|
|
|
|
2018-03-28 19:07:40 +00:00
|
|
|
" just a test
|
2018-03-17 23:42:49 +00:00
|
|
|
"}}}
|
|
|
|
|
2018-05-13 19:39:51 +00:00
|
|
|
runtime macros/matchit.vim
|
2018-03-27 19:17:56 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" #plugin settings{{{
|
|
|
|
|
2018-04-30 22:09:03 +00:00
|
|
|
" asyncomplete.vim
|
|
|
|
"{{{
|
|
|
|
let g:asyncomplete_auto_popup = 1
|
|
|
|
let g:asyncomplete_remove_duplicates = 1
|
|
|
|
|
|
|
|
" not working why?
|
|
|
|
let g:asyncomplete_min_chars = 3
|
|
|
|
|
|
|
|
augroup User asyncomplete_setup
|
|
|
|
autocmd!
|
|
|
|
|
|
|
|
autocmd! CompleteDone * if pumvisible() == 0 | pclose | endif
|
|
|
|
augroup END
|
|
|
|
|
|
|
|
call asyncomplete#register_source(asyncomplete#sources#file#get_source_options({
|
|
|
|
\ 'name': 'file',
|
|
|
|
\ 'whitelist': ['*'],
|
2018-05-06 21:23:17 +00:00
|
|
|
\ 'priority': -20,
|
2018-04-30 22:09:03 +00:00
|
|
|
\ 'completor': function('asyncomplete#sources#file#completor')
|
|
|
|
\ }))
|
|
|
|
|
|
|
|
call asyncomplete#register_source(asyncomplete#sources#ultisnips#get_source_options({
|
|
|
|
\ 'name': 'ultisnips',
|
|
|
|
\ 'whitelist': ['*'],
|
2018-05-06 21:23:17 +00:00
|
|
|
\ 'priority': -30,
|
2018-04-30 22:09:03 +00:00
|
|
|
\ 'completor': function('asyncomplete#sources#ultisnips#completor'),
|
|
|
|
\ }))
|
|
|
|
|
|
|
|
call asyncomplete#register_source(asyncomplete#sources#necovim#get_source_options({
|
|
|
|
\ 'name': 'necovim',
|
|
|
|
\ 'whitelist': ['vim'],
|
2018-05-06 21:23:17 +00:00
|
|
|
\ 'priority': -40,
|
2018-04-30 22:09:03 +00:00
|
|
|
\ 'completor': function('asyncomplete#sources#necovim#completor'),
|
|
|
|
\ }))
|
|
|
|
|
|
|
|
call asyncomplete#register_source(asyncomplete#sources#buffer#get_source_options({
|
|
|
|
\ 'name': 'buffer',
|
|
|
|
\ 'whitelist': ['*'],
|
|
|
|
\ 'blacklist': ['go'],
|
2018-05-06 21:23:17 +00:00
|
|
|
\ 'priority': -50,
|
2018-04-30 22:09:03 +00:00
|
|
|
\ 'completor': function('asyncomplete#sources#buffer#completor'),
|
|
|
|
\ }))
|
|
|
|
|
|
|
|
call asyncomplete#register_source(asyncomplete#sources#omni#get_source_options({
|
|
|
|
\ 'name': 'omni',
|
|
|
|
\ 'whitelist': ['*'],
|
2018-05-06 21:23:17 +00:00
|
|
|
\ 'blacklist': ['c', 'cpp', 'html', 'python'],
|
|
|
|
\ 'priority': -60,
|
2018-04-30 22:09:03 +00:00
|
|
|
\ 'completor': function('asyncomplete#sources#omni#completor')
|
|
|
|
\ }))
|
|
|
|
|
|
|
|
call asyncomplete#register_source(asyncomplete#sources#tags#get_source_options({
|
|
|
|
\ 'name': 'tags',
|
|
|
|
\ 'whitelist': ['*'],
|
2018-05-06 21:23:17 +00:00
|
|
|
\ 'blacklist': ['vim', 'python'],
|
|
|
|
\ 'priority': -70,
|
2018-04-30 22:09:03 +00:00
|
|
|
\ 'completor': function('asyncomplete#sources#tags#completor'),
|
|
|
|
\ 'config': {
|
|
|
|
\ 'max_file_size': 50000000,
|
|
|
|
\ },
|
|
|
|
\ }))
|
|
|
|
|
|
|
|
"}}}
|
|
|
|
|
|
|
|
" vim-lsp
|
|
|
|
"{{{
|
|
|
|
augroup User lsp_setup
|
|
|
|
autocmd!
|
|
|
|
if executable('vls')
|
2018-05-06 21:23:17 +00:00
|
|
|
autocmd User lsp_setup call lsp#register_server({
|
2018-04-30 22:09:03 +00:00
|
|
|
\ 'name': 'vue',
|
|
|
|
\ 'cmd': {server_info->['vls']},
|
|
|
|
\ 'whitelist': ['vue'],
|
|
|
|
\ })
|
|
|
|
endif
|
|
|
|
|
2018-05-06 21:23:17 +00:00
|
|
|
if executable('pyls')
|
|
|
|
autocmd User lsp_setup call lsp#register_server({
|
|
|
|
\ 'name': 'pyls',
|
|
|
|
\ 'cmd': {server_info->['pyls']},
|
|
|
|
\ 'whitelist': ['python'],
|
|
|
|
\ })
|
|
|
|
endif
|
2018-04-30 22:09:03 +00:00
|
|
|
augroup END
|
2018-05-06 21:23:17 +00:00
|
|
|
|
2018-04-30 22:09:03 +00:00
|
|
|
"}}}
|
|
|
|
|
2018-05-08 21:21:55 +00:00
|
|
|
" vim-easy-align
|
|
|
|
"{{{
|
|
|
|
xmap ga <Plug>(EasyAlign)
|
|
|
|
nmap ga <Plug>(EasyAlign)
|
|
|
|
"}}}
|
|
|
|
|
2018-04-07 15:13:06 +00:00
|
|
|
" switch.vim
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-04-07 15:13:06 +00:00
|
|
|
let g:switch_mapping = '<space>-'
|
2018-04-07 18:11:45 +00:00
|
|
|
let g:switch_custom_definitions = [
|
|
|
|
\ ['0', '1'],
|
|
|
|
\ ['ease-in', 'ease-out'],
|
|
|
|
\ ['auto', 'none']
|
|
|
|
\ ]
|
2018-04-07 18:20:03 +00:00
|
|
|
"}}}
|
2018-04-07 15:13:06 +00:00
|
|
|
|
2018-03-28 14:06:59 +00:00
|
|
|
" vim-hardtime
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-03-28 14:06:59 +00:00
|
|
|
let g:hardtime_default_on = 1
|
|
|
|
let g:hardtime_showmsg = 1
|
2018-03-28 19:08:02 +00:00
|
|
|
let g:hardtime_ignore_quickfix = 1
|
2018-03-28 14:24:44 +00:00
|
|
|
let g:hardtime_allow_different_key = 0
|
|
|
|
let g:hardtime_maxcount = 3
|
2018-05-01 22:36:00 +00:00
|
|
|
let g:hardtime_ignore_buffer_patterns = ['TagBar', 'gitv']
|
2018-04-07 18:20:03 +00:00
|
|
|
"}}}
|
2018-03-28 14:06:59 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" gitgutter
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-03-17 23:42:49 +00:00
|
|
|
nmap ]h <Plug>GitGutterNextHunk
|
|
|
|
nmap [h <Plug>GitGutterPrevHunk
|
|
|
|
omap ih <Plug>GitGutterTextObjectInnerPending
|
|
|
|
omap ah <Plug>GitGutterTextObjectOuterPending
|
|
|
|
xmap ih <Plug>GitGutterTextObjectInnerVisual
|
|
|
|
xmap ah <Plug>GitGutterTextObjectOuterVisual
|
2018-04-07 18:20:03 +00:00
|
|
|
"}}}
|
2018-03-17 23:42:49 +00:00
|
|
|
|
|
|
|
" Use the silver searcher ag command instead of grep
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-03-17 23:42:49 +00:00
|
|
|
if executable('ag')
|
|
|
|
" Use ag over grep
|
|
|
|
set grepprg=ag\ --nogroup\ --nocolor
|
|
|
|
|
|
|
|
" Use ag in CtrlP for listing files. Lightning fast and respects .gitignore
|
|
|
|
let g:ctrlp_user_command = 'ag %s -l --nocolor -g ""'
|
|
|
|
|
|
|
|
" ag is fast enough that CtrlP doesn't need to cache
|
|
|
|
let g:ctrlp_use_caching = 0
|
|
|
|
endif
|
|
|
|
|
|
|
|
"vim-wiki
|
|
|
|
let g:vimwiki_list = [{'path': '~/vimwiki/', 'path_html': '~/vimwiki_html/'}]
|
|
|
|
|
|
|
|
" emmet
|
2018-03-27 20:39:33 +00:00
|
|
|
let g:user_emmet_leader_key=',,'
|
|
|
|
let g:user_emmet_settings = {
|
|
|
|
\ 'indentation': ' ',
|
|
|
|
\ 'html': {
|
|
|
|
\ 'indentation': ' ',
|
|
|
|
\ }
|
|
|
|
\}
|
2018-04-07 18:20:03 +00:00
|
|
|
"}}}
|
2018-03-17 23:42:49 +00:00
|
|
|
|
|
|
|
" vue-vim
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-03-17 23:42:49 +00:00
|
|
|
" disable preprocessor checking for vue files - increases speed
|
2018-03-27 20:43:16 +00:00
|
|
|
let g:vue_disable_pre_processors=0
|
2018-03-17 23:42:49 +00:00
|
|
|
" set custom syntax highlighting
|
|
|
|
augroup fixhighlighting
|
2018-03-21 22:51:16 +00:00
|
|
|
autocmd!
|
2018-03-17 23:42:49 +00:00
|
|
|
autocmd BufNewFile,BufRead *.vue syntax sync fromstart
|
|
|
|
augroup END
|
2018-04-07 18:20:03 +00:00
|
|
|
"}}}
|
2018-03-17 23:42:49 +00:00
|
|
|
|
|
|
|
" ALE
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-03-17 23:50:54 +00:00
|
|
|
nnoremap <space>ne :lnext<cr>
|
|
|
|
nnoremap <space>pe :lprev<cr>
|
2018-03-17 23:42:49 +00:00
|
|
|
|
|
|
|
let g:ale_sign_error = '>>'
|
|
|
|
let g:ale_sign_warning = '--'
|
|
|
|
let g:ale_sign_column_always = 1
|
|
|
|
|
|
|
|
let g:ale_linters = {'scss': ['stylelint'], 'javascript': ['eslint'], 'php':['php'], 'html':['htmlhint']}
|
|
|
|
let g:ale_html_htmlhint_options = '-c ~/.htmlhintrc --format=unix'
|
|
|
|
let g:ale_fixers = {'javascript': ['eslint']}
|
2018-04-07 18:20:03 +00:00
|
|
|
"}}}
|
2018-03-17 23:42:49 +00:00
|
|
|
|
|
|
|
" ultisnips
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-03-20 22:33:41 +00:00
|
|
|
let g:UltiSnipsSnippetsDir='~/.vim/UltiSnips'
|
2018-03-17 23:42:49 +00:00
|
|
|
" Trigger configuration. Do not use <tab> if you use https://github.com/Valloric/YouCompleteMe.
|
|
|
|
let g:UltiSnipsExpandTrigger='<c-j>'
|
2018-05-07 11:53:47 +00:00
|
|
|
let g:UltiSnipsJumpForwardTrigger='<c-f>'
|
|
|
|
let g:UltiSnipsJumpBackwardTrigger='<c-d>'
|
2018-03-17 23:42:49 +00:00
|
|
|
let g:UltiSnipsEditSplit='horizontal'
|
2018-04-07 18:20:03 +00:00
|
|
|
"}}}
|
2018-03-17 23:42:49 +00:00
|
|
|
|
|
|
|
" Netrw
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-03-17 23:42:49 +00:00
|
|
|
let g:netrw_liststyle=3
|
|
|
|
let g:netrw_list_hide='^\..*'
|
2018-03-27 10:16:56 +00:00
|
|
|
let g:netrw_preview = 0
|
2018-04-07 18:20:03 +00:00
|
|
|
"}}}
|
2018-03-17 23:42:49 +00:00
|
|
|
|
|
|
|
" undotree
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-03-17 23:50:54 +00:00
|
|
|
nnoremap <space>ut :UndotreeToggle<cr>
|
2018-04-07 18:20:03 +00:00
|
|
|
"}}}
|
2018-03-17 23:42:49 +00:00
|
|
|
|
|
|
|
" TagBar
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-03-17 23:50:54 +00:00
|
|
|
nnoremap <space>tb :TagbarOpen fj<CR>
|
|
|
|
nnoremap <space>] :tag /[.#@]<c-r>=expand('<cword>')<cr><cr>
|
2018-03-17 23:42:49 +00:00
|
|
|
let g:tagbar_autoclose = 1
|
|
|
|
" let g:tagbar_autopreview = 1
|
|
|
|
" let g:tagbar_previewwin_pos = ''
|
|
|
|
|
|
|
|
let g:tagbar_type_css = {
|
|
|
|
\ 'ctagstype' : 'css',
|
|
|
|
\ 'kinds' : [
|
|
|
|
\ 'c:classes',
|
|
|
|
\ 'i:ids',
|
|
|
|
\ 't:tags',
|
|
|
|
\ 'm:medias'
|
|
|
|
\ ]
|
|
|
|
\}
|
|
|
|
|
|
|
|
let g:tagbar_type_scss = {
|
|
|
|
\ 'ctagstype' : 'scss',
|
|
|
|
\ 'kinds' : [
|
|
|
|
\ 'v:variables',
|
|
|
|
\ 'c:classes',
|
|
|
|
\ 'i:ids',
|
|
|
|
\ 't:tags',
|
|
|
|
\ 'd:medias',
|
|
|
|
\ 'm:mixins',
|
|
|
|
\ 'f:functions'
|
|
|
|
\ ]
|
|
|
|
\}
|
|
|
|
|
|
|
|
let g:tagbar_type_vue = {
|
|
|
|
\ 'ctagstype' : 'vue',
|
|
|
|
\ 'kinds' : [
|
|
|
|
\ 'o:objects',
|
|
|
|
\ 'f:functions',
|
|
|
|
\ 'a:array',
|
|
|
|
\ 's:string',
|
|
|
|
\ 'b:boolean',
|
|
|
|
\ 'n:number',
|
|
|
|
\ 'v:variable'
|
|
|
|
\ ]
|
|
|
|
\ }
|
2018-04-07 18:20:03 +00:00
|
|
|
"}}}
|
2018-03-17 23:42:49 +00:00
|
|
|
|
|
|
|
" gutentags
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-03-17 23:42:49 +00:00
|
|
|
let g:gutentags_ctags_tagfile = '.tags'
|
2018-04-04 21:28:27 +00:00
|
|
|
let g:gutentags_ctags_exclude = ['package.json', 'Session.vim', 'package-lock.json', 'TODO.txt']
|
2018-03-17 23:42:49 +00:00
|
|
|
"}}}
|
|
|
|
|
2018-04-04 16:55:09 +00:00
|
|
|
" colorV
|
2018-04-07 18:20:03 +00:00
|
|
|
"{{{
|
2018-04-04 17:49:09 +00:00
|
|
|
let g:colorv_no_global_map = 1
|
2018-04-04 16:55:09 +00:00
|
|
|
let g:colorv_win_pos = 'top'
|
|
|
|
let g:colorv_preview_area = 0
|
2018-03-17 23:42:49 +00:00
|
|
|
|
2018-04-04 17:49:09 +00:00
|
|
|
nnoremap <space>cv :ColorV<CR>
|
|
|
|
nnoremap <space>ce :ColorVEdit<CR>
|
|
|
|
nnoremap <space>cc :call ToggleColorPreview()<CR>
|
|
|
|
nnoremap <space>ci :ColorVInsert<CR>
|
|
|
|
nnoremap <space>cp :ColorVPicker<CR>
|
|
|
|
|
2018-04-04 18:09:41 +00:00
|
|
|
function! ToggleColorPreview() abort
|
2018-04-18 18:06:55 +00:00
|
|
|
if !exists('w:colorv_is_previewing')
|
|
|
|
let w:colorv_is_previewing = 0
|
2018-04-18 12:06:20 +00:00
|
|
|
endif
|
2018-04-18 18:06:55 +00:00
|
|
|
if w:colorv_is_previewing == 0
|
2018-04-07 18:20:03 +00:00
|
|
|
execute 'ColorVPreview'
|
2018-04-18 18:06:55 +00:00
|
|
|
let w:colorv_is_previewing = 1
|
2018-04-04 17:49:09 +00:00
|
|
|
else
|
2018-04-07 18:20:03 +00:00
|
|
|
execute 'ColorVClear'
|
2018-04-18 18:06:55 +00:00
|
|
|
let w:colorv_is_previewing = 0
|
2018-04-04 17:49:09 +00:00
|
|
|
endif
|
|
|
|
endfunction
|
2018-04-07 18:20:03 +00:00
|
|
|
"}}}
|
|
|
|
|
|
|
|
"}}}
|
2018-04-04 17:49:09 +00:00
|
|
|
|
2018-03-17 23:42:49 +00:00
|
|
|
" vim: foldmethod=marker
|