aboutsummaryrefslogtreecommitdiff
path: root/fnl/layouts/ide.fnl
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-03-04 03:04:24 -0600
committeramelia squires <[email protected]>2025-03-04 03:04:24 -0600
commitd56fb1ab6e76a23817c6836249edd44cf6252554 (patch)
treee48cc02ebdbe6e03121e249980431b236aeaec65 /fnl/layouts/ide.fnl
parentbea349474eddf5b1b4e30e7c2212a1b9503baddf (diff)
settings + bar
Diffstat (limited to 'fnl/layouts/ide.fnl')
-rw-r--r--fnl/layouts/ide.fnl15
1 files changed, 11 insertions, 4 deletions
diff --git a/fnl/layouts/ide.fnl b/fnl/layouts/ide.fnl
index 8ba6182..10858d5 100644
--- a/fnl/layouts/ide.fnl
+++ b/fnl/layouts/ide.fnl
@@ -1,4 +1,11 @@
-(fn []
-(vim.cmd "ToggleTerm direction=horizontal")
-(vim.cmd "Neotree toggle")
-(vim.cmd "Outline"))
+{
+:enable (fn []
+ (vim.cmd "ToggleTerm direction=horizontal")
+ (vim.cmd "Neotree toggle")
+ (vim.cmd "Outline"))
+
+:disable (fn []
+ (vim.cmd "ToggleTerm direction=horizontal")
+ (vim.cmd "Neotree toggle")
+ (vim.cmd "Outline"))
+}