From 9eb9c5a6d1111a7b09ae58505660182c9a4f15a5 Mon Sep 17 00:00:00 2001 From: listout Date: Sun, 30 Apr 2023 19:29:22 +0530 Subject: nvim: init: correct syntax for new pip version Signed-off-by: listout --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 9dd3ba1..a415685 100644 --- a/init.lua +++ b/init.lua @@ -1,6 +1,6 @@ -- Neovim init file if vim.fn.executable('nvr') == 0 then - vim.api.nvim_command('!pip3 install --user neovim-remote') + vim.api.nvim_command('!pip3 install --user --break-system-packages neovim-remote') end -- Import Lua modules -- cgit v1.2.3