Set backup on for neovim

This commit is contained in:
ViViDboarder 2022-01-26 14:28:14 -08:00
parent 58f049382e
commit a0e8fc8310
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ local o = vim.o
local g = vim.g
local utils = require("utils")
-- Set backup on
o.backup = true
-- Set leader to space
g.mapleader = " "