diff --git a/dotfiles/install.org b/dotfiles/install.org index cb8636c..5a3020e 100644 --- a/dotfiles/install.org +++ b/dotfiles/install.org @@ -1133,7 +1133,7 @@ Support for source code using minted: #+end_src ** 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. diff --git a/dotfiles/vim.org b/dotfiles/vim.org index dc54b63..234fc23 100644 --- a/dotfiles/vim.org +++ b/dotfiles/vim.org @@ -92,6 +92,8 @@ Plug 'morhetz/gruvbox' " Retro groove color scheme for Vim #+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 #+begin_src vimrc Plug 'autozimu/LanguageClient-neovim', {