在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):gillescastel/latex-snippets开源软件地址(OpenSource Url):https://github.com/gillescastel/latex-snippets开源编程语言(OpenSource Language):Vim Snippet 100.0%开源软件介绍(OpenSource Introduction):Vim + LaTeX snippets setupHow I'm able to take notes in mathematics lectures using LaTeX and Vim Vim configurationCopy Plug 'sirver/ultisnips'
let g:UltiSnipsExpandTrigger = '<tab>'
let g:UltiSnipsJumpForwardTrigger = '<tab>'
let g:UltiSnipsJumpBackwardTrigger = '<s-tab>'
Plug 'lervag/vimtex'
let g:tex_flavor='latex'
let g:vimtex_view_method='zathura'
let g:vimtex_quickfix_mode=0
Plug 'KeitaNakamura/tex-conceal.vim'
set conceallevel=1
let g:tex_conceal='abdmg'
hi Conceal ctermbg=none
setlocal spell
set spelllang=en_us
inoremap <C-l> <c-g>u<Esc>[s1z=`]a<c-g>u For the colorscheme, install pywal, add the following to your Plug 'dylanaraps/wal'
colorscheme wal
set background=dark Finally, execute Something not working as expected? Feel free to open an issue! |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论