mirror of
https://git.aramjonghu.nl/AramJonghu/nvim.git
synced 2026-03-22 01:39:54 +01:00
laststatus = 0 -> fix tmux bar with lualine
This commit is contained in:
@@ -11,9 +11,3 @@ vim.filetype.add({
|
||||
})
|
||||
|
||||
vim.cmd [[colorscheme catppuccin-macchiato]]
|
||||
|
||||
-- vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
|
||||
-- vim.api.nvim_set_hl(0, "NormalNC", { bg = "none" })
|
||||
-- vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
|
||||
-- vim.api.nvim_set_hl(0, "NvimTreeNormal", { bg = "none" })
|
||||
-- vim.api.nvim_set_hl(0, "NvimTreeNormalNC", { bg = "none" })
|
||||
|
||||
Reference in New Issue
Block a user