I broke up with neovim....vim is my best friend now

This commit is contained in:
LinlyBoi
2023-04-30 08:14:07 +03:00
parent 0d185449c5
commit 4a4a6b1e81
5245 changed files with 468325 additions and 25 deletions

View File

@@ -0,0 +1,19 @@
# vim-latex aka latex-suite
This vim plugin provides a rich tool of features for editing latex files.
For further descriptions, we refer to
the [website](http://vim-latex.sourceforge.net/).
There is also a [user manual](http://vim-latex.sourceforge.net/index.php?subject=manual&title=Manual#user-manual)
and a [beginner's tutorial](http://vim-latex.sourceforge.net/index.php?subject=manual&title=Tutorial#tutorial).
## Installation
We recommend the installation via a plugin manager such as [pathogen](https://github.com/tpope/vim-pathogen) or [Vundle](https://github.com/gmarik/vundle).
Instructions for manual installation is documented at the [website](http://vim-latex.sourceforge.net/index.php?subject=download).
Recommended settings after installation can be found in [Section 1](http://vim-latex.sourceforge.net/documentation/latex-suite.html#recommended-settings) of the manual.
## Documentation
As already mentioned, the manual can be found [here](http://vim-latex.sourceforge.net/index.php?subject=manual&title=Manual#user-manual).
After installation, you will also have a rich in-vim documentation, see `:help latex-suite`.