Install airline

This commit is contained in:
tommconley 2024-10-05 09:45:35 -07:00
parent c4273ee232
commit d82930d873
1 changed files with 7 additions and 0 deletions

View File

@ -847,6 +847,13 @@ require('lazy').setup({
-- end,
-- },
{
'vim-airline/vim-airline',
init = function()
vim.g.airline_theme = 'everforest'
end,
},
-- Highlight todo, notes, etc in comments
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },