nvim: lualine
This commit is contained in:
parent
b3fcb1ca53
commit
d16839aa69
1 changed files with 10 additions and 0 deletions
|
@ -13,11 +13,21 @@ require('lazy').setup {
|
|||
{'w0rp/ale', cmd = 'ALEEnable', ft = {'bash', 'sh', 'zsh', 'lua', 'python'}},
|
||||
'lewis6991/gitsigns.nvim',
|
||||
'lifepillar/vim-cheat40',
|
||||
'nvim-lualine/lualine.nvim',
|
||||
'tpope/vim-rsi',
|
||||
'tpope/vim-vinegar',
|
||||
}
|
||||
|
||||
--[[ plugin configs and maps ]]
|
||||
local ll_sep = "\u{2022}"
|
||||
require('lualine').setup {
|
||||
options = {
|
||||
icons_enabled = false,
|
||||
theme = 'solarized_light',
|
||||
component_separators = { left = ll_sep, right = ll_sep},
|
||||
section_separators = { left = null, right = null}
|
||||
}
|
||||
}
|
||||
require('gitsigns').setup()
|
||||
require('nvim-treesitter.configs').setup {
|
||||
highlight = {
|
||||
|
|
Loading…
Reference in a new issue