mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 20:46:28 +00:00
Set backup on for neovim
This commit is contained in:
parent
58f049382e
commit
a0e8fc8310
@ -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 = " "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user