removed indicator above status line

This commit is contained in:
2025-11-17 20:21:01 +01:00
parent c42a654df5
commit ca57d93627
2 changed files with 7 additions and 4 deletions

View File

@@ -33,3 +33,6 @@ vim.g.loaded_netrwPlugin = 1
-- Tabline
vim.opt.showtabline = 1
-- remove indicators above statusline
vim.opt.showmode = false