Giter Club home page Giter Club logo

conceal.vim's Introduction

conceal.vim

pre-commit.ci status

github/downloads github/downloads/latest github/issues github/issues-closed github/issues-pr github/issues-pr-closed github/discussions github/milestones github/forks github/stars github/watchers github/contributors github/commit-activity github/last-commit github/release-date

github/license github/languages github/languages/top github/directory-file-count github/code-size github/repo-size github/v

Provide vim conceal for:

  • emoji ๐Ÿ‘ :+1:
  • html escape character โ™ฅ ♥
  • fontawesome
    • html: <i class="fa-solid fa-rss"></i>
    • tex: \faIcon{rss}
    • javascriptreact/typescriptreact: <FontAwesomeIcon icon="fa-solid fa-rss" />
    • vue: <font-awesome-icon icon="fa-solid fa-rss" />

Before using this plugin:

before-emoji

before-fontawesome

before-html

After using this plugin:

after-emoji

after-fontawesome

after-html

Conflict

  let g:rainbow_conf = {
        \ 'separately': {
          \ 'html': 0,
          \ },
          \ }

vimtex support fontawesome conceal for latex and it detects user if import fontawesome5 package, which is more powerful. The plugin's function which conceals fontawesome for latex will not be called by default in order to avoid conflict.

FAQ

  • Change conceal color?

    • KeitaNakamura/tex-conceal.vim#36, the blue emoji in the screenshot can be realized by:

      let g:indentLine_color_term = 'blue'
      let g:indentLine_color_gui = 'blue'

Related

Conceal tex symbols

Input emoji

conceal.vim's People

Contributors

freed-wu avatar

Watchers

 avatar

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.