Giter Club home page Giter Club logo

cadre's People

Contributors

nyarly avatar reidab 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

cadre's Issues

playing nice with Fugitive

First of, I really like Cadre. Problem is that I like/need fugitive and since installing Cadre I cant see the changes in my left margin.

Is there anyway to toggle cadre on/off or to display both Fugitive and Cadre in the left margin at the same time?

echom during vim file load can be irritating

As reported by @IdahoEv - missing coverage files etc can lead to a "hit enter to continue" prompt on opening new files.

It's possible that the winsaveview/winrestview pairing causes a redraw, which is why.

Consider: a config for warnings (since they're mostly superfluous now), and moving the echom to the very last thing the function does - that would complicate the Markup function, but might be the only way.

Coverage auto-sourcing

Per a suggestion to Simplecov-Vim by @zph:

Reload coverage files (ideally) when they're changed. This happens already when a buffer is loaded into a window (so switching buffers is enough to do this) but without switching there's no way to reload the marks.

Maybe an aucmd on CursorHold and CursorHoldI?

Ability to change sign characters and colors

Overriding highlighting settings in .vimrc does not seem to work for me when opening Vim.

hi  HitSign     ctermfg=6      cterm=bold   gui=bold    guifg=Black
hi  MissSign    ctermfg=Red    cterm=bold   gui=bold    guifg=Red
hi  IgnoredSign ctermfg=6      cterm=bold   gui=bold    guifg=Black

sign  define  ignored  linehl=IgnoredLine  texthl=IgnoredSign  text=~
sign  define  hit      linehl=HitLine      texthl=HitSign      text=+
sign  define  miss     linehl=MissLine     texthl=MissSign     text=-

It does work when the file is sourced manually. Is there another way to set different highlighting settings? I'm no expert in Vim plugins but looks like without using Vundle, cadre is loaded after .vimrc overriding the custom settings.

How to pull up coverage results in vim?

Hi there,

I tried this:

" Coverage-vim
"Shows coverage markers
map <Leader>cv :so .cadre/coverage.vim<CR>
"Hides coverage markers
map <Leader>cx :Uncov<CR>

Which used to work with simplecov-vim, but it's throwing this error with Cadre:

E117: Unknown function: AddSimplecovResults

Sorry if I'm missing something obvious. Thanks!

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.