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)]