Explorar el Código

Add exec to lvim binary (#1203)

Andrey Volkov hace 4 años
padre
commit
3af0f98887
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/bin/lvim

+ 1 - 1
utils/bin/lvim

@@ -1,3 +1,3 @@
 #!/bin/sh
 
-nvim -u ~/.local/share/lunarvim/lvim/init.lua --cmd "set runtimepath+=~/.local/share/lunarvim/lvim" "$@"
+exec nvim -u ~/.local/share/lunarvim/lvim/init.lua --cmd "set runtimepath+=~/.local/share/lunarvim/lvim" "$@"