diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2025-03-09 23:13:30 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2025-03-09 23:13:30 -0600 |
commit | 63199b7015b019fadf13b08f85c94a203cd4a922 (patch) | |
tree | aef8121620c08de45a99c53907858bce413fcce1 | |
parent | e35b98762e75a10530164d6c9b03e19653400566 (diff) | |
download | config.vim-63199b7015b019fadf13b08f85c94a203cd4a922.tar.gz config.vim-63199b7015b019fadf13b08f85c94a203cd4a922.tar.bz2 config.vim-63199b7015b019fadf13b08f85c94a203cd4a922.zip |
Add set title to the init.vim.
-rw-r--r-- | init.vim | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -227,6 +227,8 @@ noremap g[sdw <cmd>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 |