misc & cleanup
This commit is contained in:
@@ -21,10 +21,7 @@ M.blankline = {
|
||||
}
|
||||
|
||||
M.luasnip = function()
|
||||
local options = {
|
||||
history = true,
|
||||
updateevents = "TextChanged,TextChangedI",
|
||||
}
|
||||
local options = { history = true, updateevents = "TextChanged,TextChangedI" }
|
||||
|
||||
require("luasnip").config.set_config(options)
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ local default_plugins = {
|
||||
if vim.v.shell_error == 0 then
|
||||
vim.api.nvim_del_augroup_by_name "GitSignsLazyLoad"
|
||||
vim.schedule(function()
|
||||
require("lazy").load { plugins = "gitsigns.nvim" }
|
||||
require("lazy").load { plugins = { "gitsigns.nvim" } }
|
||||
end)
|
||||
end
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user