diff options
| author | Mohit <mohit.agarwal@sky.com> | 2024-11-02 18:20:16 +0000 |
|---|---|---|
| committer | Mohit <mohit.agarwal@sky.com> | 2024-11-02 18:20:16 +0000 |
| commit | 8243012341c15d22b1bffbadd22413cb7775e64b (patch) | |
| tree | 2f588ec2c6e32257d97b04d0acdd6773b82f3871 | |
| parent | 5d4f245be2cbcfc89357c10bc8f3a7139949cba3 (diff) | |
Removing unused code.
| -rwxr-xr-x | init.vim | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -102,20 +102,6 @@ autocmd FileType markdown set textwidth=70 au BufRead /tmp/mutt-* set textwidth=70 au BufRead /tmp/mutt-* set formatoptions+=a - -"if expand('%:t') == 'paper.tex' -" set formatoptions+=a -" set textwidth=70 -" set filetype=tex -" autocmd BufWritePost * silent! execute "!./compile.sh&" -"endif - -if expand('%:t') == 'paper.md' || expand('%:t') == 'paper.ms' - "set fo+=a - "autocmd BufWritePost * silent! execute "!./compile.sh&" -endif - - map <leader>q :wqa<cr> map <leader>m :w\|!make<cr> map <leader>n :w\|!make > /dev/null&<cr> |
