Made a few changes
This commit is contained in:
parent
c7b01d9b6d
commit
7cbe73ad5b
19 changed files with 55 additions and 26 deletions
dotfiles/neovim/lua/my/plugins
|
@ -12,7 +12,8 @@ function M.setup()
|
|||
lualine_b = {'branch', 'diff', 'diagnostics'},
|
||||
lualine_c = {'filename'},
|
||||
lualine_x = {},
|
||||
lualine_y = {'encoding', 'fileformat', 'filetype'},
|
||||
-- lualine_y = {'encoding', 'fileformat', 'filetype'},
|
||||
lualine_y = {'filetype'},
|
||||
lualine_z = {'location'}
|
||||
},
|
||||
-- Integration with other plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue