Skip to content

Commit d82930d

Browse files
committed
Install airline
1 parent c4273ee commit d82930d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

init.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,13 @@ require('lazy').setup({
847847
-- end,
848848
-- },
849849

850+
{
851+
'vim-airline/vim-airline',
852+
init = function()
853+
vim.g.airline_theme = 'everforest'
854+
end,
855+
},
856+
850857
-- Highlight todo, notes, etc in comments
851858
{ 'folke/todo-comments.nvim', event = 'VimEnter', dependencies = { 'nvim-lua/plenary.nvim' }, opts = { signs = false } },
852859

0 commit comments

Comments
 (0)