vimrc
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vimrc [2025/01/18 16:19] – karcio | vimrc [2025/06/03 22:32] (current) – [Vim config .vimrc] karcio | ||
---|---|---|---|
Line 32: | Line 32: | ||
Plugin ' | Plugin ' | ||
Plugin ' | Plugin ' | ||
+ | Plugin ' | ||
+ | Plugin ' | ||
call vundle# | call vundle# | ||
filetype plugin indent on " required | filetype plugin indent on " required | ||
Line 123: | Line 125: | ||
let g: | let g: | ||
+ | " run python script | ||
nnoremap <F5> :echo system(' | nnoremap <F5> :echo system(' | ||
+ | |||
+ | "vim latex | ||
+ | let g: | ||
+ | let g: | ||
+ | let maplocalleader = "," | ||
+ | |||
</ | </ | ||
Line 167: | Line 176: | ||
cd ~/ | cd ~/ | ||
python3 install.py | python3 install.py | ||
+ | </ | ||
+ | |||
+ | === For Latex plugin support - vim-tex - latexrun is not executable! === | ||
+ | |||
+ | < | ||
+ | git clone https:// | ||
+ | cd latexrun | ||
+ | sudo cp latexrun/ | ||
</ | </ |
vimrc.1737217195.txt.gz · Last modified: by karcio