summaryrefslogtreecommitdiffstats
path: root/nvim/ftplugin/tex.vim
diff options
context:
space:
mode:
authorMitsuo Tokumori <[email protected]>2023-11-24 00:31:06 -0500
committerMitsuo Tokumori <[email protected]>2023-11-24 00:31:06 -0500
commite900c217c1e50a4067384c9bb3fe43dff61986c6 (patch)
treec12b723d503c2aefa2403aecb9e6488af1eea90c /nvim/ftplugin/tex.vim
parentd42c7eeec0ce9af6f9ff5ce501316e6a8c5e43b3 (diff)
downloaddotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.gz
dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.tar.bz2
dotfiles-e900c217c1e50a4067384c9bb3fe43dff61986c6.zip
Restructure dirs to mimic XDG base dirs
Non XDG base directories have a leading '_'.
Diffstat (limited to 'nvim/ftplugin/tex.vim')
-rw-r--r--nvim/ftplugin/tex.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/ftplugin/tex.vim b/nvim/ftplugin/tex.vim
deleted file mode 100644
index e005eb1..0000000
--- a/nvim/ftplugin/tex.vim
+++ /dev/null
@@ -1 +0,0 @@
-nnoremap <buffer> <F6> :!build-latex.sh %<CR>