itsyaasir / nano-rs

A minimalist text editor built with Rust. Inspired by Nano, it offers basic text editing features along with syntax highlighting. Ideal for quick edits in the terminal, and printing out file contents.
4 stars 0 forks source link

Support for config parsing in toml #9

Open itsyaasir opened 1 year ago

itsyaasir commented 1 year ago

@ahmedabzk This will be interesting issue to take a look at, let me know if you want to work on this issue.

If you take a look at this file, we need to parse this file, and apply these settings in the terminal.