mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:27:34 +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 g = vim.g
|
||||||
local utils = require("utils")
|
local utils = require("utils")
|
||||||
|
|
||||||
|
-- Set backup on
|
||||||
|
o.backup = true
|
||||||
|
|
||||||
-- Set leader to space
|
-- Set leader to space
|
||||||
g.mapleader = " "
|
g.mapleader = " "
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user