diff options
| author | Xiao Pan <xyz@flylightning.xyz> | 2026-05-03 15:44:40 +0800 |
|---|---|---|
| committer | Xiao Pan <xyz@flylightning.xyz> | 2026-06-15 04:40:29 +0800 |
| commit | dac42379ee597a725d8bf71093f3e5898bca57f5 (patch) | |
| tree | 967656b03c908329fc3169452f88e6808439d8c4 | |
| parent | 425dcd27e34fe76fd2671c25acc6a946e651b5fe (diff) | |
add comment
| -rw-r--r-- | home/xyz/.config/nvim/init.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index c200c848..98c8363a 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -237,6 +237,7 @@ set laststatus=2 " https://github.com/neovim/neovim/pull/33036 set statusline=%< set statusline+=%f " %F or 1CTRL+G to show full path +" after me change some text in a file this will show [+] set statusline+=\ %m set statusline+=%r set statusline+=%= |
