GithubHelp home page GithubHelp logo

dakyskye / coc-cord Goto Github PK

View Code? Open in Web Editor NEW
26.0 2.0 5.0 54 KB

An extension of coc to get Discord Rich Presence integration with NeoVim

License: MIT License

TypeScript 100.00%
discord neovim nvim coc-nvim coc-extensions

coc-cord's Introduction

coc-cord

An extension of coc to get Discord Rich Presence integration with NeoVim

NOTE: use coc-discord-rpc - a much better version of coc-cord - instead

Installation

:CocInstall coc-cord

Commands

Command Description
cord.disconnect Disconnects you from Discord gateway
cord.reconnect Reconnects you to Discord gateway
cord.version Prints extension version

WIP

screenshot

License

Licensed under the MIT license.

coc-cord's People

Contributors

ashwinkhode avatar dakyskye avatar kazordoon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

coc-cord's Issues

Ability to select custom language for a file

What do you want

Either a way to define file names in NVim config and custom asset names, or a new command, that will save what language you want to be displayed for a certain file in the program memory. Or maybe both way.

Why

I was editing a shell script file, that has no file extension. I'd like others to see what language I am writing in that file.

Implementation hints

For the command, save the exact file path to memory, and iterate over this new array before the original languages array.
For config, just simple Vim syntax:

let g:cord_custom_types = {
    \ 'mySpecialFileName' : 'shell',
   \ 'mySpecialFileName.with.a.file.extension': 'powershell'
\ }

Configuration

What do you want

How can I config in this plugin? I want to change the images, change texts etc.

Why

Because I want :)

Because everything is better with configuration :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.