aboutsummaryrefslogtreecommitdiffstats
path: root/home/nvim
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2025-12-03 09:55:11 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2025-12-03 12:33:34 +0200
commit58b97370ffa0f08ab9ee07dca9cd9f580b7f491d (patch)
treef6e1f9eb6f16889b84e93272d0334800bb115371 /home/nvim
parente80de5ae7c0f96638820ee0b60a3776321fa19f1 (diff)
downloadnixos-58b97370ffa0f08ab9ee07dca9cd9f580b7f491d.tar.zst
Fixes
Diffstat (limited to 'home/nvim')
-rw-r--r--home/nvim/options.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nvim/options.lua b/home/nvim/options.lua
index ee2fac2..9911824 100644
--- a/home/nvim/options.lua
+++ b/home/nvim/options.lua
@@ -1,7 +1,7 @@
vim.opt.title = true -- set the title of window to the value of the titlestring
vim.opt.titlestring = "%<%F%=%l/%L - nvim" -- what the title of the window will be set to
vim.g.have_nerd_fonts = true
-vim.o.shell = "fish"
+vim.o.shell = "nushell"
vim.o.fileencoding = "utf-8"
vim.opt.conceallevel = 0
vim.opt.clipboard:append("unnamedplus") -- copy & paste