callumcurtis / dotfiles

NixOS and Home Manager configurations.
0 stars 0 forks source link

use preferred shell in nvim #5

Open callumcurtis opened 5 months ago

callumcurtis commented 5 months ago

nvim is currently using bash. Set the nvim shell to match the user's default shell. Beware that fish is not recommended as the nvim shell as plugins may rely on it and expect POSIX compliance. May have to swap to a POSIX-compliant shell in this case.