chore(nvim): Tweaks to the packages and configs

This commit is contained in:
2023-07-08 02:56:44 +03:00
parent 72b9acd710
commit 5e68077ac2
8 changed files with 80 additions and 27 deletions

View File

@@ -25,6 +25,8 @@ return {
icons_enabled = true,
-- disable notifications when toggling UI elements
ui_notifications_enabled = true,
-- enable experimental resession.nvim session management (will be default in AstroNvim v4)
resession_enabled = false,
},
}
-- If you need more control, you can use the function()...end notation