aboutsummaryrefslogtreecommitdiff
path: root/fnl/layouts/quiet.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/layouts/quiet.fnl')
-rw-r--r--fnl/layouts/quiet.fnl4
1 files changed, 4 insertions, 0 deletions
diff --git a/fnl/layouts/quiet.fnl b/fnl/layouts/quiet.fnl
new file mode 100644
index 0000000..73d8b0f
--- /dev/null
+++ b/fnl/layouts/quiet.fnl
@@ -0,0 +1,4 @@
+(fn []
+(tset vim.opt :number false)
+(tset vim.o :signcolumn :no)
+(tset vim.opt :fillchars {:eob " "}))