Annotation taking in word, directly.
Show memo in status line without other memo tools.
for vim-plug
Plug 'nekowasabi/vim-annotation'
for dein
call dein#add('nekowasabi/vim-annotation')
-
Select words by visual mode
-
Execute :AnnotationOpen
-
Write annotation
-
Move to setting annotation line.
-
Show annotation in status line.
Set default cache path.
ex.
let g:annotation_cache_path = '/home/user_name/.cache/annotation_json/'
ex.
nnoremap <silent> <Leader>ao :AnnotationOpen<CR>
nnoremap <silent> <Leader>ad :AnnotationDelete<CR>
Use AnnotationString
autocmd ColorScheme * highlight AnnotationString ctermfg=red ctermbg=white
hi default link AnnotationString String
-
Toggle annotation syntax.
-
Show all annotations.
-
Denite.nvim integration.
-
Show annotation by floatwindow(neovim only).
Utl.vim(https://github.com/vim-scripts/utl.vim)
MIT License.
takets(nolifeking00 at gmail.com)