diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-06-21 22:05:17 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-06-21 22:05:17 +0200 |
commit | 47a4416df21412a9184a9b5045233260c1cb80bb (patch) | |
tree | bd5463ec7698868ab61d84a1ae0af1ebd4984ce8 /.config/nvim/ftplugin |
dots v2
Diffstat (limited to '.config/nvim/ftplugin')
-rw-r--r-- | .config/nvim/ftplugin/tex.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/nvim/ftplugin/tex.vim b/.config/nvim/ftplugin/tex.vim new file mode 100644 index 0000000..1c78d4b --- /dev/null +++ b/.config/nvim/ftplugin/tex.vim @@ -0,0 +1,4 @@ +setlocal cc=86 +setlocal textwidth=85 +noremap \b c\begin{<C-R>"}<CR>\end{<C-R>"} + |