From 63199b7015b019fadf13b08f85c94a203cd4a922 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sun, 9 Mar 2025 23:13:30 -0600 Subject: Add set title to the init.vim. --- init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.vim b/init.vim index 9ed1169..0b3e6ad 100644 --- a/init.vim +++ b/init.vim @@ -227,6 +227,8 @@ noremap g[sdw Telescope lsp_dynamic_workspace_symbols path_display={"shorte set textwidth=80 set colorcolumn=+1 +set title + if has('rneovim') " call HighlightColorColumns() " " Grey color column right after text width is grey and in the background and -- cgit