diff options
Diffstat (limited to 'mut/neovim/lua/my/settings.lua')
| -rw-r--r-- | mut/neovim/lua/my/settings.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mut/neovim/lua/my/settings.lua b/mut/neovim/lua/my/settings.lua index 560fa18..a3c5144 100644 --- a/mut/neovim/lua/my/settings.lua +++ b/mut/neovim/lua/my/settings.lua @@ -63,3 +63,5 @@ vim.opt.winbar = "" vim.opt.hlsearch = false vim.opt.showtabline = 1 vim.opt.cmdheight = 1 + +vim.opt.shellpipe = "out+err>" |
