Correct one path
This commit is contained in:
		@@ -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.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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', {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user