MunifTanjim / nui.nvim

UI Component Library for Neovim.
MIT License
1.62k stars 57 forks source link

chore: fix variable misstype in input/README.md #385

Closed sina-salahshour closed 1 month ago

sina-salahshour commented 1 month ago

variable name changed from 'split' to 'input'

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.94%. Comparing base (a3597dc) to head (736df77). Report is 5 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #385 +/- ## ======================================= Coverage 98.94% 98.94% ======================================= Files 20 20 Lines 2740 2745 +5 ======================================= + Hits 2711 2716 +5 Misses 29 29 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

MunifTanjim commented 1 month ago

Thanks!