feat: switch to using screen key plugin

This commit is contained in:
Stevan Freeborn
2026-06-28 17:44:28 -05:00
parent 3833d454fa
commit 0da93e4a88
3 changed files with 12 additions and 13 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ return {
"nvim-lualine/lualine.nvim",
config = function()
require("lualine").setup({
options = { theme = "dracula" }
options = { theme = "dracula" },
})
end
end,
}