Skip to content

Commit

Permalink
chore: lualine on start
Browse files Browse the repository at this point in the history
  • Loading branch information
astutecat committed May 8, 2023
1 parent e026636 commit f7073f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions private_dot_config/nvim/lua/lazy-plugins/ui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ return {
{ 'kshenoy/vim-signature', event = "BufEnter" },
{ 'jeffkreeftmeijer/vim-numbertoggle', event = "BufEnter" },

--TODO: Check if needed {'ryanoasis/vim-devicons'},

{
'lukas-reineke/indent-blankline.nvim',
opts = {
Expand Down Expand Up @@ -149,6 +147,7 @@ return {
'nvim-lualine/lualine.nvim',
dependencies = { 'nvim-tree/nvim-web-devicons', 'SmiteshP/nvim-navic' },
opts = require("lazy-plugins.opts.lualine"),
event = "VimEnter"
},

{
Expand Down

0 comments on commit f7073f5

Please sign in to comment.