diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-07-16 09:08:02 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-07-16 09:08:02 +0100 |
commit | 6d9f157f6d5504203599eeb0e30a08b2baf5cbc6 (patch) | |
tree | 072b9ac22e4eab1e0fe19fbb542878b7a778b893 | |
parent | 1d7726b493edae02652a9143687bd2bd697b7235 (diff) | |
download | dotnvim-6d9f157f6d5504203599eeb0e30a08b2baf5cbc6.tar.gz dotnvim-6d9f157f6d5504203599eeb0e30a08b2baf5cbc6.zip |
Unmaintained and it currently doesn't work :(
-rw-r--r-- | plugins.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins.vim b/plugins.vim index eb12f9b..bed849f 100644 --- a/plugins.vim +++ b/plugins.vim @@ -15,7 +15,6 @@ Plug 'wincent/terminus' Plug 'reidrac/tokyonight.nvim', { 'branch': 'main' } Plug 'preservim/nerdtree' Plug 'Chiel92/vim-autoformat' -Plug 'jsfaint/gen_tags.vim' Plug 'godlygeek/tabular' " language support |