feat: switch to using screen key plugin
This commit is contained in:
@@ -2,7 +2,7 @@ return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
config = function()
|
||||
require("lualine").setup({
|
||||
options = { theme = "dracula" }
|
||||
options = { theme = "dracula" },
|
||||
})
|
||||
end
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user