Added Zsh as shell and noice macro messages

This commit is contained in:
2025-09-15 13:04:31 -04:00
parent 6d181f0f4b
commit eba485e086
2 changed files with 5 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ vim.o.termguicolors = true
vim.o.winborder = "rounded"
vim.o.clipboard = "unnamedplus"
vim.o.completeopt = "menuone"
vim.o.shell = "/usr/bin/env zsh"
-- vim.o.completeopt = "menuone,noinsert,noselect"
vim.o.cursorline = true