This commit is contained in:
Pavel Korytov 2019-04-12 20:58:59 +03:00
parent 4d7fa920a4
commit aa45f576d4
10 changed files with 34 additions and 9 deletions

1
.latexmkrc Normal file
View file

@ -0,0 +1 @@
$pdf_mode = 5;

View file

@ -1,2 +0,0 @@
set guioptions=mlrb
set mouse

View file

@ -25,19 +25,22 @@ Plug 'heavenshell/vim-pydocstring'
"Other
Plug 'wakatime/vim-wakatime'
Plug 'ctrlpvim/ctrlp.vim'
"Plug 'lervag/vimtex'
Plug 'lervag/vimtex'
Plug 'KeitaNakamura/tex-conceal.vim', {'for': 'tex'}
Plug 'tikhomirov/vim-glsl'
Plug 'ryanoasis/vim-devicons'
call plug#end()
set runtimepath+=~/.config/nvim/my-snippets/
"LaTeX
"let g:tex_flavor='latex'
"let g:vimtex_view_method='zathura'
"let g:vimtex_quickfix_mode=0
"set conceallevel=1
"let g:tex_conceal='abdmg'
let g:tex_flavor='latex'
let g:vimtex_view_method='zathura'
let g:vimtex_quickfix_mode=0
set conceallevel=2
let g:tex_conceal='abdmgs'
"Python
"let g:python_host_prog='/usr/bin/python'
@ -82,10 +85,15 @@ set expandtab
set smartindent
set autoindent
"spell
"set spell spelllang=en,ru
"ui
colorscheme monokai
set termguicolors
set guifont=DroidSansMono\ Nerd\ Font\ 11
"set guifont=DroidSansMono\ Nerd\ Font\ 11
set laststatus=2
let g:airline_theme='powerlineish'
let g:airline_powerline_fonts = 1
hi Conceal guibg=Normal guifg=Normal

View 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

Binary file not shown.

BIN
nvim/spell/en.utf-8.sug Normal file

Binary file not shown.

11
nvim/spell/ru.utf-8.add Normal file
View file

@ -0,0 +1,11 @@
были
ЗЛП
крайнейточкой
крайнюю
афинная
ЗНП
ЗВП
афинные
:
Балтрашевич
Корытов

BIN
nvim/spell/ru.utf-8.add.spl Normal file

Binary file not shown.

BIN
nvim/spell/ru.utf-8.spl Normal file

Binary file not shown.

BIN
nvim/spell/ru.utf-8.sug Normal file

Binary file not shown.