dstein64 / nvim-scrollview

A Neovim plugin that displays interactive vertical scrollbars and signs.
MIT License
546 stars 10 forks source link

Consider switching usage of 1 and 0 to v:true and v:false #89

Closed dstein64 closed 1 year ago

dstein64 commented 1 year ago

1 and 0 are currently used to represent true and false in VimScript. You'd still need to keep usage of to_bool to accommodate configs that use 1 and 0.