Removed duplicated option

This commit is contained in:
Eduardo Cueto-Mendoza 2023-07-27 12:30:36 +01:00
parent 9d2df6cae7
commit 7c998eb32b
1 changed files with 0 additions and 6 deletions

View File

@ -52,12 +52,6 @@ vim.g.mapleader = " "
--vim.g.maplocalleader = " "
vim.g.maplocalleader = "\\"
-- Undotree instead of swapfile
vim.opt.swapfile = false
vim.opt.backup = false
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
vim.opt.undofile = true
-- Airline
vim.g.airline_powerline_fonts = 1