feat(alpha): Add Footer and add color to header

Footer> Random qutoes will appear each time you start a new session in
nvim
Header> Make it red
This commit is contained in:
rajvatsal 2024-01-06 21:00:03 +05:30
parent 7486e12ea2
commit 88a33c0b79
3 changed files with 100 additions and 6 deletions

View file

@ -10,7 +10,7 @@ return {
disabled_filetypes = { 'javascript', 'typescript', 'json' } -- Use biome
}),
null_ls.builtins.formatting.biome,
null_ls.builtins.diagnostics.biome,
-- null_ls.builtins.diagnostics.biome,
}
})
end