if swapfiles are useful I have never discovered howgit add fnl/personalize.fnl

This commit is contained in:
secretspecter 2024-03-07 15:34:17 -07:00
parent 5cf4a242c0
commit 64bcb8e231

View file

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