diff options
author | Christian Segundo | 2025-01-14 18:32:58 +0100 |
---|---|---|
committer | Christian Segundo | 2025-01-14 18:32:58 +0100 |
commit | 1b24f3820cf1d3ab7822b0e559f6beaa5ff64963 (patch) | |
tree | a660e43690e51bca71cc2c1edb6c6010245a0ef4 | |
parent | da24d090a48914abea26dcb7ccb47626e02797f1 (diff) | |
download | config-1b24f3820cf1d3ab7822b0e559f6beaa5ff64963.tar.gz |
remove commented section
-rw-r--r-- | lua/core/init.lua | 3 |
1 files changed, 0 insertions, 3 deletions
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 ----------------------------------------------------------- |