Added spell
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
parent
0e68efd9aa
commit
7a1b00202a
@ -145,6 +145,9 @@ vnoremap <A-Up> :m '<-2<CR>gv=gv
|
||||
|
||||
cnoremap w!! execute 'silent! write !sudo tee % >/dev/null' <bar> edit!
|
||||
|
||||
map <F5> :setlocal spell! spelllang=en_gb<CR>
|
||||
map <F6> :setlocal spell! spelllang=pl<CR>
|
||||
|
||||
" latex
|
||||
let g:tex_flavor = "latex"
|
||||
autocmd BufWritePost *.tex silent! execute "!pdflatex --shell-escape -synctex=1 -interaction=nonstopmode % > /dev/null " | redraw!
|
||||
|
Loading…
Reference in New Issue
Block a user