From 8b7af5330fcbfb72e27a87484659abf82f6e4ad6 Mon Sep 17 00:00:00 2001 From: Ludwig Neste <31670556+The-Ludwig@users.noreply.github.com> Date: Mon, 6 Feb 2023 16:03:44 +0100 Subject: [PATCH] update misc/vim/Readme with info for packer.nvim `packer.nvim` is a popular lua-based packet manager for nvim, this info might help a lot of people --- misc/vim/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/misc/vim/README.md b/misc/vim/README.md index 09d0874b9..8286fa075 100644 --- a/misc/vim/README.md +++ b/misc/vim/README.md @@ -8,6 +8,10 @@ To install via [vim-plug]( https://github.com/junegunn/vim-plug): Plug 'snakemake/snakemake', {'rtp': 'misc/vim'} +To install via [packer.nvim](https://github.com/wbthomason/packer.nvim): + + use {'snakemake/snakemake', rtp='misc/vim', ft='snakemake'} + To manually install, copy `syntax/snakemake.vim` file to `$HOME/.vim/syntax` directory and `ftdetect/snakemake.vim` file to `$HOME/.vim/ftdetect`.