From 64bcb8e231602aa674ee93c956ff96aab43800ab Mon Sep 17 00:00:00 2001 From: secretspecter Date: Thu, 7 Mar 2024 15:34:17 -0700 Subject: [PATCH] if swapfiles are useful I have never discovered howgit add fnl/personalize.fnl --- fnl/personalize.fnl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fnl/personalize.fnl b/fnl/personalize.fnl index 3578883..ce66782 100644 --- a/fnl/personalize.fnl +++ b/fnl/personalize.fnl @@ -11,7 +11,8 @@ (set vim.o.formatoptions :tncro) (set vim.o.conceallevel 2) (set vim.o.splitbelow true) - (set vim.o.splitright true)) + (set vim.o.splitright true) + (set vim.opt.swapfile false)) :keymap (fn [] (let [nmap #(vim.keymap.set :n $1 $2 {:desc $3}) tmap #(vim.keymap.set :t $1 $2)]