Add .config/nvim/lua/plugins/statusline.lua

This commit is contained in:
Anthony Rodriguez 2024-08-15 02:00:18 +02:00
parent e33841d1f8
commit 01c5491880
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -0,0 +1,7 @@
return {
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons' },
opts = {
extensions = { "mason", "telescope" }
}
}