• This repository has been archived on 17/Jul/2022
  • Stars
    star
    127
  • Rank 282,790 (Top 6 %)
  • Language
    TypeScript
  • Created over 5 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

See https://github.com/voldikss/coc-extensions

coc-browser

publish npm version

Browser words completion source for coc.nvim

Installation

  • Install the browser extension

    Browser extension is used to grab words from web page and send them to the local server

  • Install coc.nvim

  • Install coc-browser

    :CocInstall coc-browser

Config

  • browser.shortcut: default: "web"

  • browser.priority: default: 5

  • browser.patterns: default: {"*": []}

    Javascript style regex patterns that defines the cursor position to enable autocomplete, empty array [] means to enable for whole buffer.

    For example, in order to enable completion only if the cursor is in the comment region in javascript file, set this option as follows

    "browser.patterns": {
      "javascript": [
        "^\\s*\\/\\/",
        "^\\s*\\/\\*",
        "^\\s*\\*"
      ]
    }

    The * in the default value {"*": []} means to enable autocomplete for all filetypes.

  • browser.port: default: 8888

    Port used to transfer words from browser extension to local server

Command

  • :CocCommand browser.clearCache: Clear completion source cache

License

MIT

More Repositories

1

vim-floaterm

๐Ÿ’ป Terminal manager for (neo)vim
Vim Script
2,461
star
2

vim-translator

๐Ÿ“• Translating plugin for Vim/Neovim
Vim Script
501
star
3

coc-todolist

[Deprecated due to an unfixable bug and crappy design]๐Ÿ• Todolist/task manager extension for (Neo)Vim
TypeScript
135
star
4

coc-extensions

๐ŸŒธ Collections of coc.nvim extensions maintained by @voldikss
TypeScript
123
star
5

coc-cmake

See https://github.com/voldikss/coc-extensions
TypeScript
97
star
6

vim-browser-search

๐ŸŒ€ Perform a quick web search for the text selected in (Neo)Vim
Vim Script
94
star
7

vim-skylight

๐Ÿ’กSearch asynchronously and preview file/symbol under cursor in the floating window.
Vim Script
89
star
8

vim-codelf

(Neo)Vim plugin for searching variable names
Python
53
star
9

coc-floaterm

See https://github.com/voldikss/coc-extensions
TypeScript
49
star
10

coc-tasks

See https://github.com/voldikss/coc-extensions
TypeScript
31
star
11

dotfiles

My configuration files
Vim Script
30
star
12

coc-github

๐Ÿ™ Github issue source for coc.nvim
TypeScript
30
star
13

fzf-floaterm

Fzf support for vim-floaterm
Vim Script
23
star
14

vim-hello-word

ไธ€ไธช็”จๆฅ่ƒŒๅ•่ฏ็š„ (Neo)Vim ๆ’ไปถ
Vim Script
20
star
15

vim-wenyan

Vim plugin for wenyan-lang(syntax, snippets, etc.)
Vim Script
17
star
16

coc-gist

See https://github.com/voldikss/coc-extensions
TypeScript
15
star
17

coc-just-complete

See https://github.com/voldikss/coc-extensions
TypeScript
10
star
18

LeaderF-everything

Use everything.exe in (neo)vim.
Vim Script
7
star
19

coc-lsp-wl

See https://github.com/voldikss/coc-extensions
TypeScript
7
star
20

coc-dot-complete

See https://github.com/voldikss/coc-extensions
TypeScript
5
star
21

coc-dash-complete

See https://github.com/voldikss/coc-extensions
TypeScript
5
star
22

translator-rs

translator cli
Rust
4
star
23

vim-find-everything

Use everything.exe in (neo)vim.
Vim Script
4
star
24

HelloElectsys

๐Ÿธ Huck the electsys
JavaScript
4
star
25

LeaderF-floaterm

LeaderF support for vim-floaterm
Vim Script
3
star
26

LeaderF-emoji

Vim Script
1
star
27

clap-floaterm

vim-clap support for vim-floaterm
Vim Script
1
star
28

EE369-2048-AI

Use supervised learning (imitation learning) and tree searching approaches to solve the game of 2048.
Jupyter Notebook
1
star
29

vim-fnote

Vim Script
1
star