Skip to content

Commit

Permalink
update the Neovim settings to use ZSH for terminal commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarmos-san committed Aug 17, 2023
1 parent 420043a commit 66c9dee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotfiles/.config/nvim/lua/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,4 @@ opt.iskeyword:append("-") -- Make Neovim recognise dash-seperated words as a sin
opt.scrolloff = 6 -- Maintain a buffer of rows between the current row & the either ends of the window
opt.relativenumber = true -- Display the row number relative to the up/down rows
opt.signcolumn = "yes" -- Allow the sign column to show else it'll keep shifting later on
opt.shell = "zsh" -- Explicitly tell Neovim to use ZSH for terminal commands instead of relying on $SHELL

0 comments on commit 66c9dee

Please sign in to comment.