config: format memory option for autofs directories

* Delete unused `termguicolors` option.
* Improve readability of the memory option for autofs directories.

Co-Authored-by: iGor milhit <igor@milhit.ch>
kickstart
iGor milhit 2021-12-29 12:17:40 +01:00
parent 69f59b3ea3
commit 7909b50953
Signed by: igor
GPG Key ID: 692D97C3D0228A99
1 changed files with 7 additions and 5 deletions

View File

@ -69,11 +69,13 @@ autocmd FileType gitcommit set colorcolumn+=51 " Ad
set number " Line numbering
set cursorline " Color the cursor line
set modeline " Support modelines
set termguicolors " Enable termguicolors
set shada+=r/home/igor/network " Do not keep history when opening files on autofs mounted directories
set shada+=r/home/igor/net " Do not keep history when opening files on autofs mounted directories
" Terminal
au TermOpen * setlocal listchars= nonumber norelativenumber " Start terminal buffer without line numbering
" Do not keep history when opening files on autofs mounted directories
set shada+=r/home/igor/net
" Terminal buffer options
" Start terminal buffer without line numbering
au TermOpen * setlocal listchars= nonumber norelativenumber
" Spelling activated, by default for French and English
set spell