All Projects → voldikss → Coc Bookmark

voldikss / Coc Bookmark

Bookmark extension for coc.nvim

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Coc Bookmark

Vim Ctrlspace
Vim Space Controller
Stars: ✭ 1,621 (+2356.06%)
Mutual labels:  bookmark, neovim
Starmark
Turn your GitHub stars into Chrome bookmarks
Stars: ✭ 60 (-9.09%)
Mutual labels:  bookmark
Fennel Nvim
running fennel-lang natively in neovim
Stars: ✭ 44 (-33.33%)
Mutual labels:  neovim
Neovim Qt
Neovim client library and GUI, in Qt5.
Stars: ✭ 1,057 (+1501.52%)
Mutual labels:  neovim
Vim Grepper
👾 Helps you win at grep.
Stars: ✭ 1,030 (+1460.61%)
Mutual labels:  neovim
Vim Crates
Handle Cargo dependencies like a Rustavimean.
Stars: ✭ 54 (-18.18%)
Mutual labels:  neovim
Coc Tslint Plugin
coc.nvim extension that provides TSLint support using the typescript-tslint-plugin
Stars: ✭ 42 (-36.36%)
Mutual labels:  neovim
Resources and bookmarks
Personal bookmarks and cheat sheets
Stars: ✭ 64 (-3.03%)
Mutual labels:  bookmark
Vim Floaterm
🌟 Terminal manager for (neo)vim
Stars: ✭ 1,098 (+1563.64%)
Mutual labels:  neovim
Idempotent Desktop
🛸 NixOS, Xmonad, Neovim
Stars: ✭ 51 (-22.73%)
Mutual labels:  neovim
Vim Lookup
Jump to the definition of variables or functions in VimL code.
Stars: ✭ 51 (-22.73%)
Mutual labels:  neovim
To Fish
Bookmarks for Fish Shell
Stars: ✭ 44 (-33.33%)
Mutual labels:  bookmark
Nvim Hlslens
Hlsearch Lens for Neovim
Stars: ✭ 55 (-16.67%)
Mutual labels:  neovim
Vim Outdated Plugins
🔄 Async Vim/Neovim plugin for showing the number of your outdated plugins
Stars: ✭ 44 (-33.33%)
Mutual labels:  neovim
Dotfiles
My Neovim + Tmux + Zsh dev setup
Stars: ✭ 60 (-9.09%)
Mutual labels:  neovim
Neoterm
Wrapper of some vim/neovim's :terminal functions.
Stars: ✭ 1,007 (+1425.76%)
Mutual labels:  neovim
Vim Galore Zh cn
Vim 从入门到精通
Stars: ✭ 8,619 (+12959.09%)
Mutual labels:  neovim
Bkmrkd
Bkmrkd is a self-hosted, lightweight bookmarking service run on node.js and rethinkdb
Stars: ✭ 52 (-21.21%)
Mutual labels:  bookmark
Highlight.lua
a neovim syntax highlighter using treesitter
Stars: ✭ 65 (-1.52%)
Mutual labels:  neovim
Dotfiles
🏠
Stars: ✭ 60 (-9.09%)
Mutual labels:  neovim

coc-bookmark

publish npm version

Bookmark manager extension for coc.nvim

Install

:CocInstall coc-bookmark

Features

  • Add/Delete a bookmark
  • Add annotation to a bookmark
  • Navigate bookmarks with CocList

Configuration

"bookmark.sign": {
    "type": "string",
    "default": "🔖",
    "description": "Bookmark icon for sign column"
},
"bookmark.signHl": {
  "type": "string",
  "default": "Tag",
  "description": "Highlight group for sign"
}

Commands

  • :CocCommand bookmark.toggle: create/delete a bookmark
  • :CocCommand bookmark.annotate: create a bookmark with annotation
  • :CocCommand bookmark.prev: jump to the prev bookmark
  • :CocCommand bookmark.next: jump to the next bookmark
  • :CocCommand bookmark.clear.curfile clear bookmark for the current file",
  • :CocCommand bookmark.clear.all clear bookmark for all files",

Keymaps

Removed, use commands instead. For example,

nmap <Leader>bj :CocCommand bookmark.next<CR
nmap <Leader>bk :CocCommand bookmark.prev<CR

CocList

:CocList bookmarkCurfile :CocList bookmarkAll

F.A.Q

  • Where is the bookmark data stored?

    Normally the data is saved in ~/.config/coc/extensions/coc-bookmark-data, but if you set g:coc_extension_root to another location, it will change as well

  • coc-bookmark is not load or throw errors after upgrading

    Delete ~/.config/coc/extensions/coc-bookmark-data

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].