Remove duplicate code, missed in d8dabe9 | Format files
This commit is contained in:
parent
d8dabe9e5e
commit
6b06bb9ed4
3 changed files with 7 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue