summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-04 00:06:35 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-12-04 00:06:35 +0100
commita355b32ec773d6fd830e1e18362d9e9de7ed5b75 (patch)
tree9b5ebc91e64697d31c2985d602a27ee13d947ac3 /fnl
parent5ec399b988bcd5c89be8ec59f42d68c65dc8653a (diff)
Update lock
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}