Skip to content

Commit

Permalink
remove nvim title
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Nov 20, 2024
1 parent c3b53ec commit 2accdec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .config/nvim/lua/user/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ vim.opt.completeopt = 'menu,menuone,noselect,fuzzy'
vim.o.previewheight = 15
vim.o.title = true -- Changes the iterm title
vim.o.laststatus = 3 -- Global statusline, only one for all buffers
vim.o.titlestring = "nvim: %{substitute(getcwd(), $HOME, '~', '')}"
vim.o.showcmd = true
vim.o.guifont = 'Fira Code,Hack Nerd Font'
vim.o.mouse = 'a'
Expand Down

0 comments on commit 2accdec

Please sign in to comment.