This commit is contained in:
Price Hiller 2022-05-21 23:56:54 -05:00
parent 0f2ff5f7c8
commit c68012155d
2 changed files with 2 additions and 0 deletions

View File

@ -2,3 +2,4 @@ local opt_local = vim.opt_local
opt_local.tabstop = 2
opt_local.shiftwidth = 2
opt_local.foldmethod = 'indent'

View File

@ -563,6 +563,7 @@ return packer.startup({
config = function()
require('presence'):setup({
neovim_image_text = 'How do I exit?',
log_level = 'info',
})
end,
})