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 = "" },
|
section_separators = { left = "", right = "" },
|
||||||
disabled_filetypes = { "alpha", "dashboard", "NvimTree", "Outline " },
|
disabled_filetypes = { "alpha", "dashboard", "NvimTree", "Outline " },
|
||||||
always_divide_middle = true,
|
always_divide_middle = true,
|
||||||
globalstatus = false,
|
globalstatus = true,
|
||||||
},
|
},
|
||||||
sections = {
|
sections = {
|
||||||
lualine_a = { "mode" },
|
lualine_a = { "mode" },
|
||||||
|
|||||||
@@ -13,4 +13,5 @@ vim.cmd([[
|
|||||||
silent! colorscheme tokyonight-night
|
silent! colorscheme tokyonight-night
|
||||||
highlight ColorColumn guibg=#202224
|
highlight ColorColumn guibg=#202224
|
||||||
highlight SpellBad guifg=red
|
highlight SpellBad guifg=red
|
||||||
|
highlight Winseparator guifg=#444444 guibg=None
|
||||||
]])
|
]])
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ local options = {
|
|||||||
grepprg = "rg\\ --vimgrep\\ --no-heading\\ --smart-case",
|
grepprg = "rg\\ --vimgrep\\ --no-heading\\ --smart-case",
|
||||||
hidden = true,
|
hidden = true,
|
||||||
ignorecase = true,
|
ignorecase = true,
|
||||||
|
laststatus = 3,
|
||||||
list = false,
|
list = false,
|
||||||
listchars = {
|
listchars = {
|
||||||
tab = "↦ ",
|
tab = "↦ ",
|
||||||
|
|||||||
Reference in New Issue
Block a user