diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-07 00:29:54 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-17 04:21:36 -0700 |
commit | 0cb78240b76dfbf08114a95a0d2868aedfad25be (patch) | |
tree | 6e6ecf4a8e91c65f39ff2ec4b173a593fcc45d55 | |
parent | 07bfbb43e64f8a110373ff3756b26c1da5749bd1 (diff) |
update
-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 cf4d9818..2be50697 100644 --- a/home/xyz/.config/nvim/init.vim +++ b/home/xyz/.config/nvim/init.vim @@ -54,6 +54,7 @@ augroup mycmd " .csx seems not c# but c# script file, this works tho " set syntax=cs also works autocmd BufNewFile,BufRead *.csx setfiletype cs + " https://stackoverflow.com/q/28310094 multi filetypes " for alerting me plain text email characters per line " neomutt auto set new email filetype as mail so this will work " https://stackoverflow.com/q/2290016 suggest gitcommit main body shouldbe about 72 |