Skip to content

Commit

Permalink
README.md: remove install instructions for unmaintained plugin managers
Browse files Browse the repository at this point in the history
  • Loading branch information
glacambre committed Mar 2, 2024
1 parent c994e27 commit 7c23792
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ Before installing anything please read [SECURITY.md](SECURITY.md) and make sure

1. Install Firenvim as a regular NeoVim plugin, then run the built-in post-install script.

* [packer](https://github.com/wbthomason/packer.nvim)

```lua
use {
'glacambre/firenvim',
run = function() vim.fn['firenvim#install'](0) end
}
```

* [lazy](https://github.com/folke/lazy.nvim)

```lua
Expand Down Expand Up @@ -54,13 +45,7 @@ Before installing anything please read [SECURITY.md](SECURITY.md) and make sure
endif
```

* [dein](https://github.com/Shougo/dein.vim)

```vim
call dein#add('glacambre/firenvim', { 'hook_post_update': { _ -> firenvim#install(0) } })
```

* [pathogen](https://github.com/tpope/vim-pathogen), [vundle](https://github.com/VundleVim/Vundle.vim), others
* [vundle](https://github.com/VundleVim/Vundle.vim), others

Install the plugin as you usually would, then run this shell command:

Expand Down

0 comments on commit 7c23792

Please sign in to comment.