caio.co/de/dotfiles

No need to set the shell anymore

Id
e045f9a0cf5448475d9625c08648673ea0893b13
Author
Caio
Commit time
2023-01-02T21:10:11+01:00

Modified config/nvim/init.lua

@@ -17,8 +17,6
opt.foldlevelstart = 0
opt.shiftround = true
opt.wildmode = "list:longest"
--- Launching the lsp server doesn't work with a non-posix shell...
-opt.shell = "/bin/bash"

opt.wrap = false
opt.list = true