From 54ca6d419198fcca6d7b8f6f81b7fa6d32e2e45c Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 11 Oct 2023 20:35:12 +0200 Subject: update to nvim 0.9.4 --- core/plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/plugins.vim b/core/plugins.vim index b3bc237..83b6a52 100644 --- a/core/plugins.vim +++ b/core/plugins.vim @@ -1,7 +1,7 @@ scriptencoding utf-8 " Plugin specification and lua stuff -lua require('plugins') +lua require('plugin_specs') " Use short names for common plugin manager commands to simplify typing. " To use these shortcuts: first activate command line with `:`, then input the -- cgit v1.2.3