diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-10-30 21:59:47 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-10-30 21:59:47 +0200 |
| commit | 9ffdeceda3c36dc6a894190fdaf57b66d3018cd7 (patch) | |
| tree | d734aae1af4511c8436b568443c457ccf3de1a7d /lua/user/opts.lua | |
| parent | d262b6b886d3d39ce2acc8ad74ba8efbaa479657 (diff) | |
| download | dotfiles-9ffdeceda3c36dc6a894190fdaf57b66d3018cd7.tar.gz dotfiles-9ffdeceda3c36dc6a894190fdaf57b66d3018cd7.zip | |
TODO: fix formatting and diagnostic server settings
Diffstat (limited to 'lua/user/opts.lua')
| -rw-r--r-- | lua/user/opts.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/user/opts.lua b/lua/user/opts.lua index 3033325..9d9a138 100644 --- a/lua/user/opts.lua +++ b/lua/user/opts.lua @@ -10,7 +10,8 @@ vim.cmd([[ ]]) -- Environment -vim.opt.shell = "zsh" -- +--vim.opt.shell = "zsh" -- +vim.o.shell = "/bin/zsh" vim.scriptencoding = "utf-8" -- vim.opt.encoding = "utf-8" -- vim.opt.fileencoding = "utf-8" -- |
