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