diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 23:47:32 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-21 23:47:32 +0200 |
commit | 12afc80223550f44b2da8fc5906461afe7938f16 (patch) | |
tree | 55372e6e605755eccf3cb3684e94dd92b40f94d7 /fnl/config | |
parent | 78f93e74ab71c4919464aacf9ce550e83e11fff4 (diff) |
Set type to bold
Diffstat (limited to 'fnl/config')
-rw-r--r-- | fnl/config/colorscheme.fnl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fnl/config/colorscheme.fnl b/fnl/config/colorscheme.fnl index 417836b..805ef20 100644 --- a/fnl/config/colorscheme.fnl +++ b/fnl/config/colorscheme.fnl @@ -3,4 +3,6 @@ (local colorscheme :no-clown-fiesta) +(set vim.g.bold_type true) + (pcall vim.cmd (.. "colorscheme " colorscheme)) |