User Tools

Site Tools


vimrc

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
vimrc [2025/01/18 16:24] karciovimrc [2025/06/03 22:32] (current) – [Vim config .vimrc] karcio
Line 33: Line 33:
 Plugin 'ycm-core/YouCompleteMe' Plugin 'ycm-core/YouCompleteMe'
 Plugin 'lervag/vimtex' Plugin 'lervag/vimtex'
 +Plugin 'vim-autoformat/vim-autoformat'
 call vundle#end()            " required call vundle#end()            " required
 filetype plugin indent on    " required filetype plugin indent on    " required
Line 175: Line 176:
 cd ~/.vim/bundle/YouCompleteMe  cd ~/.vim/bundle/YouCompleteMe 
 python3 install.py python3 install.py
 +</code>
 +
 +=== For Latex plugin support - vim-tex - latexrun is not executable! ===
 +
 +<code> 
 +git clone https://github.com/aclements/latexrun.git
 +cd latexrun
 +sudo cp latexrun/latexrun /usr/local/bin/
 </code> </code>
vimrc.1737217477.txt.gz · Last modified: by karcio