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:37 -0700 |
commit | 7c12d7d9e32037c52e70c71625c13e910b416b58 (patch) | |
tree | 6e66b90e3891ccf59c353cdab7f09ae862508198 /home | |
parent | 6eaca2fa5517211dc959c680fcddc1e3ea67db65 (diff) |
update
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 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 |