diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2025-04-10 00:38:41 -0600 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2025-04-10 00:38:41 -0600 |
commit | f031167d775e2729fc76830004043efef1318ed5 (patch) | |
tree | aae1d0e60637089ad7170c438b886adb735e31a9 | |
parent | 7210acb9bc8a5a86713de4a30855ed4522e695a4 (diff) | |
download | config.vim-f031167d775e2729fc76830004043efef1318ed5.tar.gz config.vim-f031167d775e2729fc76830004043efef1318ed5.tar.bz2 config.vim-f031167d775e2729fc76830004043efef1318ed5.zip |
Add check for exists('&userregfunc').
-rw-r--r-- | init.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ Plug 'smoka7/hop.nvim' Plug 'lewis6991/gitsigns.nvim' -if has('rneovim') +if exists('&userregfunc') Plug 'git@git.josher.dev:rneovim-userregs.git' endif Plug 'git@git.josher.dev:config.vim.git', |