summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/colorscheme.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/colorscheme.fnl b/fnl/plugins/colorscheme.fnl
index a9ec124..69f4e9b 100644
--- a/fnl/plugins/colorscheme.fnl
+++ b/fnl/plugins/colorscheme.fnl
@@ -1,7 +1,7 @@
;; Load neovim colorscheme.
(local opts {:styles {:type {:bold true}
- :lsp {:underline false}
+ :lsp {:underline true}
:match_paren {:underline true}}})
(λ config []
@@ -9,4 +9,4 @@
(plugin.setup opts)
(plugin.load)))
-{1 :aktersnurra/no-clown-fiesta.nvim :lazy false :priority 1000 : config}
+{1 :aktersnurra/no-clown-fiesta.nvim :lazy false :priority 1000 : config :dev true}