This commit is contained in:
bumpsoo 2024-02-20 23:42:45 +09:00
parent 488f38a3c6
commit d4ece6cf12

View file

@ -17,3 +17,5 @@ vim.opt.smartindent = true
vim.opt.expandtab = true vim.opt.expandtab = true
vim.opt.clipboard = "unnamedplus" vim.opt.clipboard = "unnamedplus"
vim.opt.swapfile = false