diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2025-03-02 16:51:52 +0100 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2025-03-02 16:51:52 +0100 |
| commit | 2ca3f80dd3e5c356c279c6088a29ae8751b4e4f7 (patch) | |
| tree | 4807b53a81eea467c67ff24af11dc5e70ebaa172 /.config/nvim/init.vim | |
| parent | 15071db7fae30e1fa52851b8ebb772fc913b4780 (diff) | |
| parent | f1c74050126755ca07299ed3438eccac3613812b (diff) | |
| download | eibhear-2ca3f80dd3e5c356c279c6088a29ae8751b4e4f7.tar.gz eibhear-2ca3f80dd3e5c356c279c6088a29ae8751b4e4f7.tar.zst eibhear-2ca3f80dd3e5c356c279c6088a29ae8751b4e4f7.zip | |
Merge branch 'feat/latexmk' of github.com:aartoni/dotfiles into aartoni-feat/latexmk
Diffstat (limited to '.config/nvim/init.vim')
| -rw-r--r-- | .config/nvim/init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 61deed6..6cf6a3a 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -91,7 +91,7 @@ colorscheme vim map <leader>p :!opout "%:p"<CR> " Runs a script that cleans out tex build files whenever I close out of a .tex file. - autocmd VimLeave *.tex !texclear % + autocmd VimLeave *.tex !latexmk -c % " Ensure files are read as what I want: let g:vimwiki_ext2syntax = {'.Rmd': 'markdown', '.rmd': 'markdown','.md': 'markdown', '.markdown': 'markdown', '.mdown': 'markdown'} |
