Closed tsuyoshicho closed 4 years ago
DoxygenToolkit year
echo g:V.import('DateTime').now().year()
install?
install?
see
efm langserver and lsp server's setting up
note https://sy-base.com/myrobotics/vim/vim-transparent/
other
jasegment in comment ; wait mecab
mecab normal intall need
C-j/C-k
to <C-e>j / <C-y>k
no cursor move scrollreviewdog need check natural document
デフォルトでサポートしてるファイルタイプなどのプラグインのオプションを詰める
" コマンドラインで単語移動 {{{
cnoremap <c-b> <S-Left>
cnoremap <c-f> <S-Right>
cnoremap <c-a> <Home>
" }}}
in dotfiles/vimrc at 968b82dacd49282ffd97a4b8ddad9c0e0c8212ea · skanehira/dotfiles
spell check info
complete option
need fix bashrc/bash_profile with worker setting
add info
change or update?
auto-git-diff の マッピング
And memolist tuning together.
bash env value setup fixup
see below
# PRE_PATH="${HOME}/bin"
# POST_PATH="/opt/bin"
PATH="${PRE_PATH+$PRE_PATH:}${PATH}${POST_PATH+:$POST_PATH}"
from https://github.com/choplin/dotfiles/blob/master/_vimrc
" gfを拡張
Plug 'kana/vim-gf-user'
" gf for git diff
Plug 'kana/vim-gf-diff'
Plug 'osyo-manga/vim-stargate', { 'for' : ['cpp'] }
" Exコマンドをそれっぽく展開
Plug 'thinca/vim-ambicmd'
" vim-smartword : 単語移動がスマートな感じで
Plug 'kana/vim-smartword'
" リポジトリのrootに移動
Plug 'airblade/vim-rooter'
" :QuickRun 時に quickfix の中身をクリアする
" こうしておかないと quickfix の中身が残ったままになってしまうため
let s:hook = {
\ "name" : "clear_quickfix",
\ "kind" : "hook",
\}
function! s:hook.on_normalized(session, context)
call setqflist([])
endfunction
call quickrun#module#register(s:hook, 1)
unlet s:hook
from mattn setting https://mattn.kaoriya.net/software/vim/20191231213507.htm
Plug 'hrsh7th/vim-vsnip'
Plug 'hrsh7th/vim-vsnip-integ'
write memo for vimrc