switched to fish

This commit is contained in:
hakase
2025-02-22 06:53:14 -06:00
parent f2e889b1d1
commit 5f48a96e8c
+1 -1
View File
@@ -38,7 +38,7 @@ dofile(vim.g.base46_cache .. "statusline")
require "nvchad.autocmds"
-- shell
vim.opt.shell = "/bin/zsh"
vim.opt.shell = "/bin/fish"
-- Disable inline diagnostics (virtual text)
vim.lsp.handlers["textDocument/publishDiagnostics"] = vim.lsp.with(