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 | 13c279bfd8241121983c06aed53d415b3b97197d (patch) | |
| tree | 887b0355c9cc3d081decd37fe150ed1e32ec32aa /home | |
| parent | 60a9f0d663dcc2c14d43eceb3376d9633b24d1fa (diff) | |
add comment
Diffstat (limited to 'home')
| -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 cbaba2a0..eae574bb 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+=%= |
