diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-02-03 23:07:08 -0800 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-02-05 04:19:44 +0000 |
commit | 4f11f148ee2f0cdd572836d7ed5b7d23f52a120d (patch) | |
tree | 7934385cd9d47381aa39575892be7fd03143ec80 /home | |
parent | 7e66f9e6c5b7edb647640a694aaa6b9cc2366e90 (diff) |
update
Diffstat (limited to 'home')
-rw-r--r-- | home/xyz/.config/nvim/init.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/home/xyz/.config/nvim/init.vim b/home/xyz/.config/nvim/init.vim index 11e40695..e1b5dd1e 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -133,7 +133,14 @@ set mouse= " https://lkml.org Hottest messages shows people use around 70-80 " https://en.wikipedia.org/wiki/Characters_per_line " related: textwidth +" if want to do this only for some file extensions, see: +"" https://stackoverflow.com/a/469576/9008720 +"" don't forget to put in augroup: +"" https://stackoverflow.com/a/60470085/9008720 +"" also other ways: +"" https://stackoverflow.com/q/158968/9008720 "set colorcolumn=70 +"set cc=70 " map ctrl+h/j/k/l to move between split windows map <C-h> <C-w>h |