mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 11:43:03 +03:00
LaTeX
This commit is contained in:
parent
4d7fa920a4
commit
aa45f576d4
10 changed files with 34 additions and 9 deletions
1
.latexmkrc
Normal file
1
.latexmkrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
$pdf_mode = 5;
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
set guioptions=mlrb
|
|
||||||
set mouse
|
|
||||||
|
|
@ -25,19 +25,22 @@ Plug 'heavenshell/vim-pydocstring'
|
||||||
"Other
|
"Other
|
||||||
Plug 'wakatime/vim-wakatime'
|
Plug 'wakatime/vim-wakatime'
|
||||||
Plug 'ctrlpvim/ctrlp.vim'
|
Plug 'ctrlpvim/ctrlp.vim'
|
||||||
"Plug 'lervag/vimtex'
|
Plug 'lervag/vimtex'
|
||||||
|
Plug 'KeitaNakamura/tex-conceal.vim', {'for': 'tex'}
|
||||||
Plug 'tikhomirov/vim-glsl'
|
Plug 'tikhomirov/vim-glsl'
|
||||||
|
|
||||||
|
|
||||||
Plug 'ryanoasis/vim-devicons'
|
Plug 'ryanoasis/vim-devicons'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
set runtimepath+=~/.config/nvim/my-snippets/
|
||||||
|
|
||||||
"LaTeX
|
"LaTeX
|
||||||
"let g:tex_flavor='latex'
|
let g:tex_flavor='latex'
|
||||||
"let g:vimtex_view_method='zathura'
|
let g:vimtex_view_method='zathura'
|
||||||
"let g:vimtex_quickfix_mode=0
|
let g:vimtex_quickfix_mode=0
|
||||||
"set conceallevel=1
|
set conceallevel=2
|
||||||
"let g:tex_conceal='abdmg'
|
let g:tex_conceal='abdmgs'
|
||||||
|
|
||||||
"Python
|
"Python
|
||||||
"let g:python_host_prog='/usr/bin/python'
|
"let g:python_host_prog='/usr/bin/python'
|
||||||
|
|
@ -82,10 +85,15 @@ set expandtab
|
||||||
set smartindent
|
set smartindent
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
|
"spell
|
||||||
|
"set spell spelllang=en,ru
|
||||||
|
|
||||||
"ui
|
"ui
|
||||||
colorscheme monokai
|
colorscheme monokai
|
||||||
set termguicolors
|
set termguicolors
|
||||||
set guifont=DroidSansMono\ Nerd\ Font\ 11
|
"set guifont=DroidSansMono\ Nerd\ Font\ 11
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
let g:airline_theme='powerlineish'
|
let g:airline_theme='powerlineish'
|
||||||
let g:airline_powerline_fonts = 1
|
let g:airline_powerline_fonts = 1
|
||||||
|
|
||||||
|
hi Conceal guibg=Normal guifg=Normal
|
||||||
|
|
|
||||||
7
nvim/my-snippets/UltiSnips/tex.snippets
Normal file
7
nvim/my-snippets/UltiSnips/tex.snippets
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
snippet vec "vector sign"
|
||||||
|
\vec{$0}
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet suml "\sum\limits"
|
||||||
|
\sum\limits^{${1:n}}_{${2:i=1}} $0
|
||||||
|
endsnippet
|
||||||
BIN
nvim/spell/en.utf-8.spl
Normal file
BIN
nvim/spell/en.utf-8.spl
Normal file
Binary file not shown.
BIN
nvim/spell/en.utf-8.sug
Normal file
BIN
nvim/spell/en.utf-8.sug
Normal file
Binary file not shown.
11
nvim/spell/ru.utf-8.add
Normal file
11
nvim/spell/ru.utf-8.add
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
были
|
||||||
|
ЗЛП
|
||||||
|
крайнейточкой
|
||||||
|
крайнюю
|
||||||
|
афинная
|
||||||
|
ЗНП
|
||||||
|
ЗВП
|
||||||
|
афинные
|
||||||
|
:
|
||||||
|
Балтрашевич
|
||||||
|
Корытов
|
||||||
BIN
nvim/spell/ru.utf-8.add.spl
Normal file
BIN
nvim/spell/ru.utf-8.add.spl
Normal file
Binary file not shown.
BIN
nvim/spell/ru.utf-8.spl
Normal file
BIN
nvim/spell/ru.utf-8.spl
Normal file
Binary file not shown.
BIN
nvim/spell/ru.utf-8.sug
Normal file
BIN
nvim/spell/ru.utf-8.sug
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue