From 0b7b1684d87b7d0b01b5645713b413e317699fd0 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 22 Oct 2024 23:40:30 -0500 Subject: readme --- fnl/opt.fnl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 fnl/opt.fnl (limited to 'fnl/opt.fnl') diff --git a/fnl/opt.fnl b/fnl/opt.fnl new file mode 100644 index 0000000..e28645c --- /dev/null +++ b/fnl/opt.fnl @@ -0,0 +1,13 @@ +(tset vim.opt :wrap false) +(tset vim.opt :linebreak false) + +(tset vim.opt :tabstop 2) +(tset vim.opt :shiftwidth 2) +(tset vim.bo :softtabstop 2) +(tset vim.opt :expandtab true) + +(tset vim.opt :number true) +(tset vim.o :signcolumn :yes) +(tset vim.opt :termguicolors true) +;--vim.opt.fillchars = { eob = ""} +(vim.cmd (.. "colorscheme " _G.settings.colorscheme)) -- cgit v1.2.3