diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2025-01-02 18:37:10 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2025-01-02 18:37:10 +0400 |
commit | dad95c565bdbab5e82a5364308b6f0889b053645 (patch) | |
tree | 1616e8a430c0ce789a2d7e8248f957709411b603 | |
parent | 34040995e51e415fc985dd24719afb68a4db2cc8 (diff) |
a comment updated
-rw-r--r-- | config/nvim/init.vim | 2 | ||||
-rw-r--r-- | config/vim/vimrc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/nvim/init.vim b/config/nvim/init.vim index c67109f..7c66eef 100644 --- a/config/nvim/init.vim +++ b/config/nvim/init.vim @@ -6,7 +6,7 @@ set number set scrolloff=5 " Smooth scroll set clipboard=unnamedplus " Use system clipboard set shortmess+=I " Deactivate intro text -set fillchars=eob:\ " Remove "~" for empty lines (must end with trailing a space) +set fillchars=eob:\ " Remove "~" for empty lines (`eob:\` must end with a trailing space) :set nowrap " Disable wrapping autocmd BufwritePost * %s/\s\+$//e " Remove useless trailing spaces when saving autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o " Disable autocomments diff --git a/config/vim/vimrc b/config/vim/vimrc index c67109f..7c66eef 100644 --- a/config/vim/vimrc +++ b/config/vim/vimrc @@ -6,7 +6,7 @@ set number set scrolloff=5 " Smooth scroll set clipboard=unnamedplus " Use system clipboard set shortmess+=I " Deactivate intro text -set fillchars=eob:\ " Remove "~" for empty lines (must end with trailing a space) +set fillchars=eob:\ " Remove "~" for empty lines (`eob:\` must end with a trailing space) :set nowrap " Disable wrapping autocmd BufwritePost * %s/\s\+$//e " Remove useless trailing spaces when saving autocmd FileType * setlocal formatoptions-=c formatoptions-=r formatoptions-=o " Disable autocomments |