summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fnl/plugins/editor/colorscheme.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/editor/colorscheme.fnl b/fnl/plugins/editor/colorscheme.fnl
index 40802a6..146c62f 100644
--- a/fnl/plugins/editor/colorscheme.fnl
+++ b/fnl/plugins/editor/colorscheme.fnl
@@ -1,7 +1,7 @@
;; Load neovim colorscheme.
{1 :aktersnurra/no-clown-fiesta.nvim
- :opts {:styles {:type {:bold true}}}
+ :opts {:styles {:type {:bold true} :lsp {:underline false}}}
:config (lambda [_ opts]
(let [plugin (require :no-clown-fiesta)]
(plugin.setup opts)