diff options
| author | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-20 11:07:12 +0100 |
|---|---|---|
| committer | Mike Vink <59492084+ivi-vink@users.noreply.github.com> | 2025-01-20 11:07:12 +0100 |
| commit | 13d0d1b13157d19bff4ffd2c87f452ddc4fa43f9 (patch) | |
| tree | a6d4a6a1bb85832e57c8c89fcb0cdd44789048e0 /mut/neovim | |
| parent | d659a2d6da6d8d9aa166a33a18025606434f136f (diff) | |
use sh for neovim
Diffstat (limited to 'mut/neovim')
| -rw-r--r-- | mut/neovim/lua/my/settings.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mut/neovim/lua/my/settings.lua b/mut/neovim/lua/my/settings.lua index a3c5144..f08bf16 100644 --- a/mut/neovim/lua/my/settings.lua +++ b/mut/neovim/lua/my/settings.lua @@ -65,3 +65,4 @@ vim.opt.showtabline = 1 vim.opt.cmdheight = 1 vim.opt.shellpipe = "out+err>" +vim.opt.shell = "sh" |
