Giter VIP home page Giter VIP logo

vim-operator-highlight's Introduction

This is a simple plugin that highlights operator characters for every language. I want characters like +,-,/,*,.,:,= etc. highlighted in every programming language I write, so I wrote this simple script.

The default color for operator highlighting is cyan, but this can be changed by setting a different value to the g:ophigh_color variable for terminal and g:ophigh_color_gui variable for gui. For instance, adding let g:ophigh_color = 226 and let g:ophigh_color_gui = "#F6FF00" to your vimrc will highlight all operators with a bright yellow color.

You can also configure the plugin to ignore certain filetypes and thus not highlight operators in them. This is done by adding a new key to the g:ophigh_filetypes_to_ignore dictionary (with whatever value you want, only the key needs to be present). For example: g:ophigh_filetypes_to_ignore.markdown = 1.

If you add that to your vimrc, then markdown files will be ignored. NOTE: the key needs to be the filetype, not the extension! You can get the filetype of the current file in Vim with :set filetype?.

vim-operator-highlight's People

Contributors

valloric avatar ajswis avatar marteus avatar nkouevda avatar richard-mihalovic 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.