lazygit, zenmode and relativenumber

This commit is contained in:
José Iêdo 2023-09-02 11:03:01 -03:00
parent b365948225
commit de70762838
2 changed files with 132 additions and 103 deletions

View file

@ -2,4 +2,13 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
"folke/zen-mode.nvim",
opts = {}
},
{
"folke/twilight.nvim",
opts = {}
}
}