diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-03 09:55:11 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2025-12-03 12:33:34 +0200 |
| commit | 58b97370ffa0f08ab9ee07dca9cd9f580b7f491d (patch) | |
| tree | f6e1f9eb6f16889b84e93272d0334800bb115371 /home/nvim/options.lua | |
| parent | e80de5ae7c0f96638820ee0b60a3776321fa19f1 (diff) | |
| download | nixos-58b97370ffa0f08ab9ee07dca9cd9f580b7f491d.tar.zst | |
Fixes
Diffstat (limited to 'home/nvim/options.lua')
| -rw-r--r-- | home/nvim/options.lua | 2 |
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 |
