diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/colorscheme.fnl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fnl/plugins/colorscheme.fnl b/fnl/plugins/colorscheme.fnl index 6cdd239..ba63274 100644 --- a/fnl/plugins/colorscheme.fnl +++ b/fnl/plugins/colorscheme.fnl @@ -1,6 +1,8 @@ ;; Load neovim colorscheme. -(local opts {:styles {:type {:bold true} :lsp {:underline false}}}) +(local opts {:styles {:type {:bold true} + :lsp {:underline false} + :match_paren {:underline true}}}) (fn config [] (let [plugin (require :no-clown-fiesta)] |