diff --git a/apps/neovim/commands.vim b/apps/neovim/commands.vim index d58e7f6..e7f67da 100644 --- a/apps/neovim/commands.vim +++ b/apps/neovim/commands.vim @@ -59,6 +59,7 @@ fun! RunMake() let path = system("git rev-parse --show-toplevel | tr -d '\\n'") " TODO: handle non-git situations execute 'terminal cd ' . path . ' && make ' . g:make_args + startinsert else execute '!make ' . g:make_args endif