Remove duplicate code, missed in d8dabe9 | Format files

This commit is contained in:
Akianonymus 2022-01-31 10:58:52 +05:30 committed by siduck
parent d8dabe9e5e
commit 6b06bb9ed4
3 changed files with 7 additions and 14 deletions

View file

@ -3,13 +3,6 @@ local g = vim.g
local options = require("core.utils").load_config().options
--Defer loading shada until after startup
vim.opt.shadafile = "NONE"
vim.defer_fn(function()
vim.opt.shadafile = vim.fn.expand("$HOME") .. "/.local/share/nvim/shada/main.shada"
vim.cmd[[ rsh ]]
end, 0)
opt.title = true
opt.clipboard = options.clipboard
opt.cmdheight = options.cmdheight