diff options
| author | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:33:51 -0500 |
|---|---|---|
| committer | christianchiarulli <chrisatmachine@gmail.com> | 2021-12-14 18:33:51 -0500 |
| commit | 3ae7d69154d202dd303405f7eff4d360eb107ee3 (patch) | |
| tree | 7263011cc66ff427947873b9bd3d68bfc7f7f7f7 /lua/user/plugins.lua | |
| parent | 0b689f091596b1f6a06e74d40b379a722953d919 (diff) | |
add lualine
Diffstat (limited to 'lua/user/plugins.lua')
| -rw-r--r-- | lua/user/plugins.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 614545c..ef28595 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -50,6 +50,7 @@ return packer.startup(function(use) use "kyazdani42/nvim-tree.lua" use "akinsho/bufferline.nvim" use "moll/vim-bbye" + use 'nvim-lualine/lualine.nvim' -- Colorschemes -- use "lunarvim/colorschemes" -- A bunch of colorschemes you can try out |
