summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-15 23:48:49 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-15 23:48:49 +0100
commit1e1a20835bb7409c6b3e1a60304f4cdba4a06cd2 (patch)
tree5580e5791e60cd7597834e951f5108cd7d3ef600 /fnl/plugins/editor
parentad231d101a817e56c1d49732b3e441a56b12f050 (diff)
Update colorscheme
Diffstat (limited to 'fnl/plugins/editor')
-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)