aboutsummaryrefslogtreecommitdiff
path: root/fnl/defaults.fnl
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2024-12-02 15:00:06 -0600
committeramelia squires <[email protected]>2024-12-02 15:00:06 -0600
commit27bdad73f556e309ef7426d8c2f875088b9772a9 (patch)
treec878cd074267b6789d28e0a6d5526affe0d95c2a /fnl/defaults.fnl
parentf343b6021c3fd58bde0bad35e75fb16451990ba1 (diff)
lots of stuff + work on settings ui
Diffstat (limited to 'fnl/defaults.fnl')
-rw-r--r--fnl/defaults.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/defaults.fnl b/fnl/defaults.fnl
index c50c4e4..71dac80 100644
--- a/fnl/defaults.fnl
+++ b/fnl/defaults.fnl
@@ -2,6 +2,7 @@
(when (or (= (. _G.settings key) nil) ?force) (tset _G.settings key value)))
(global defaults (lambda [force]
+ (default :layout "" force)
(default :colorscheme :oxocarbon force)
(default :lsp "pyright,lua_ls,clangd,zls,csharp_ls,ts_ls,rust_analyzer" force)))