Changed option: set window name to titlestring or default "filename [+=-] (path) - Nvim"

This commit is contained in:
2025-07-29 01:02:54 +09:00
parent e6cc2fe9ec
commit 0682b85f37
+2
View File
@@ -49,3 +49,5 @@ vim.opt.listchars = { tab = "» ", trail = "·", nbsp = "␣" }
vim.opt.hlsearch = false
vim.keymap.set("n", "<Esc>", "<cmd>nohlsearch<CR>")
vim.opt.title=true