From 8b4863bb4d0d57430eb9c94908e2856ccd6975a2 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Tue, 3 Nov 2020 16:45:31 +0100 Subject: [PATCH] Correct one path --- dotfiles/install.org | 2 +- dotfiles/vim.org | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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', {