vimtex
This commit is contained in:
parent
40b7cedf19
commit
2fd8760eda
4 changed files with 30 additions and 8 deletions
|
|
@ -1,3 +1,11 @@
|
|||
vim.cmd [[
|
||||
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab
|
||||
augroup vimtex_mac
|
||||
autocmd!
|
||||
autocmd FileType tex call SetServerName()
|
||||
augroup END
|
||||
|
||||
function! SetServerName()
|
||||
call system('echo ' . v:servername . ' > /tmp/curvimserver')
|
||||
endfunction
|
||||
]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue