From 1b24f3820cf1d3ab7822b0e559f6beaa5ff64963 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Tue, 14 Jan 2025 18:32:58 +0100 Subject: remove commented section --- lua/core/init.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'lua') diff --git a/lua/core/init.lua b/lua/core/init.lua index 6473f25..446dcdf 100644 --- a/lua/core/init.lua +++ b/lua/core/init.lua @@ -28,9 +28,6 @@ vim.opt.list = true -- Show some invisible characters like tabs vim.opt.undodir = vim.fn.stdpath("data") .. "/undo" vim.o.sessionoptions = "blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions" --- TODO make it pretty with the highlights ---vim.opt.winbar = '%!luaeval("_winbar()")' -- The winbar text, I don't know if it is possible to embed it directly here :( ---vim.opt.winbar = "%=%m %t%=" ----------------------------------------------------------- -- Tabs, indent ----------------------------------------------------------- -- cgit v1.2.3