diff options
author | listout <listout@protonmail.com> | 2023-04-30 19:29:22 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2023-04-30 19:29:22 +0530 |
commit | 9eb9c5a6d1111a7b09ae58505660182c9a4f15a5 (patch) | |
tree | 598d39799158112851072aa3806f66e8df44bfab /init.lua | |
parent | 5668fccf48c9a3faef6498af50ab921a731412d7 (diff) |
nvim: init: correct syntax for new pip version
Signed-off-by: listout <listout@protonmail.com>
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |