mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): add global status and color separators
This commit is contained in:
@@ -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" },
|
||||
|
||||
@@ -13,4 +13,5 @@ vim.cmd([[
|
||||
silent! colorscheme tokyonight-night
|
||||
highlight ColorColumn guibg=#202224
|
||||
highlight SpellBad guifg=red
|
||||
highlight Winseparator guifg=#444444 guibg=None
|
||||
]])
|
||||
|
||||
@@ -17,6 +17,7 @@ local options = {
|
||||
grepprg = "rg\\ --vimgrep\\ --no-heading\\ --smart-case",
|
||||
hidden = true,
|
||||
ignorecase = true,
|
||||
laststatus = 3,
|
||||
list = false,
|
||||
listchars = {
|
||||
tab = "↦ ",
|
||||
|
||||
Reference in New Issue
Block a user