mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Simplify init.vim and move settings to autoload and after directory
This commit is contained in:
6
after/ftplugin/tex.vim
Normal file
6
after/ftplugin/tex.vim
Normal file
@@ -0,0 +1,6 @@
|
||||
" Only use the following character pairs for tex file
|
||||
if &runtimepath =~? 'auto-pairs'
|
||||
let b:AutoPairs = AutoPairsDefine({'<' : '>'})
|
||||
let b:AutoPairs = {'(':')', '[':']', '{':'}', '<':'>'}
|
||||
endif
|
||||
set textwidth=79
|
||||
Reference in New Issue
Block a user