Correct one path

This commit is contained in:
Thomas Dehaeze 2020-11-03 16:45:31 +01:00
parent 67763fee73
commit 8b4863bb4d
2 changed files with 3 additions and 1 deletions

View File

@ -1133,7 +1133,7 @@ Support for source code using minted:
#+end_src #+end_src
** Personnal classes/packages ** Personnal classes/packages
Every custom class or packages can be put under =~/texmf/tex/latex/local/= folder. Every custom class or packages can be put under =~/.local/share/texmf/tex/latex/local/= folder.
In order for LaTeX to be aware of new packages/classes, run =sudo texhash= each time a new custom package is added. In order for LaTeX to be aware of new packages/classes, run =sudo texhash= each time a new custom package is added.

View File

@ -92,6 +92,8 @@
Plug 'morhetz/gruvbox' " Retro groove color scheme for Vim Plug 'morhetz/gruvbox' " Retro groove color scheme for Vim
#+end_src #+end_src
Other nice themes are [[https://github.com/mhartington/oceanic-next][oceanic-next]] and [[https://github.com/jacoborus/tender.vim][tender]].
** Language Server Protocol ** Language Server Protocol
#+begin_src vimrc #+begin_src vimrc
Plug 'autozimu/LanguageClient-neovim', { Plug 'autozimu/LanguageClient-neovim', {