summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index b25a72e..9235629 100644
--- a/init.lua
+++ b/init.lua
@@ -1,4 +1,7 @@
-- Neovim init file
+if vim.fn.executable('nvr') == 0 then
+ vim.api.nvim_command('!pip3 install --user neovim-remote')
+end
-- Import Lua modules
require('plugins.plugins')