From 0706e4f74a00c6882b5b48f79e63cbdf4999b8f8 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 19 Feb 2024 22:08:04 +0100 Subject: [PATCH] show title in terminal --- lua/config/options.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/config/options.lua b/lua/config/options.lua index 3ea1454..f8ac372 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -1,3 +1,6 @@ -- Options are automatically loaded before lazy.nvim startup -- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua -- Add any additional options here + +-- update the tile of the teminal +vim.o.title = true