Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use ternary for "italic" theme configuration (#305)
Instead of using a if/else block and empty variable declaration Vim's builtin `get` function [1] is now used to simplify the code. Co-authored-by: Sven Greb <[email protected]> Co-authored-by: Arctic Ice Studio <[email protected]> [1]: https://vimhelp.org/builtin.txt.html#builtin.txt#get%28%29 GH-305
- Loading branch information