Removed duplicated option
This commit is contained in:
parent
9d2df6cae7
commit
7c998eb32b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue