feat(nvim): add global status and color separators

This commit is contained in:
Stefan Imhoff
2022-12-22 11:54:24 +01:00
parent 6913b0d8a2
commit e2ecd2871d
3 changed files with 3 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ require("lualine").setup({
section_separators = { left = "", right = "" },
disabled_filetypes = { "alpha", "dashboard", "NvimTree", "Outline " },
always_divide_middle = true,
globalstatus = false,
globalstatus = true,
},
sections = {
lualine_a = { "mode" },

View File

@@ -13,4 +13,5 @@ vim.cmd([[
silent! colorscheme tokyonight-night
highlight ColorColumn guibg=#202224
highlight SpellBad guifg=red
highlight Winseparator guifg=#444444 guibg=None
]])

View File

@@ -17,6 +17,7 @@ local options = {
grepprg = "rg\\ --vimgrep\\ --no-heading\\ --smart-case",
hidden = true,
ignorecase = true,
laststatus = 3,
list = false,
listchars = {
tab = "",