aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/settings.lua
diff options
context:
space:
mode:
authorpml68 <pml31@protonmail.com>2024-06-04 13:52:05 +0200
committerpml68 <pml31@protonmail.com>2024-06-04 13:52:19 +0200
commit6a4294e773ea29a70b522cdd39e0e7fbdc6a3b0b (patch)
treeaea2c1a20e67a7aa66334a46f538818fc6e247fb /lua/pml68/settings.lua
parentfeat(image.nvim): set only_render_image_at_cursor to true (diff)
downloadnvim-6a4294e773ea29a70b522cdd39e0e7fbdc6a3b0b.tar.gz
feat(Oil): add float options, change <leader>e to open in floating mode
Diffstat (limited to '')
-rw-r--r--lua/pml68/settings.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/pml68/settings.lua b/lua/pml68/settings.lua
index 62aae61..8a27b6a 100644
--- a/lua/pml68/settings.lua
+++ b/lua/pml68/settings.lua
@@ -13,6 +13,7 @@ vim.o.mouse = "a"
vim.o.smartindent = true
vim.o.swapfile = false
+vim.o.backup = false
vim.o.scrolloff = 10
vim.o.cursorline = false