chore(config): set title in neovim

main
sudo pacman -Syu 2022-06-16 14:11:20 +07:00
parent a42812f5c5
commit 5fbe7d48d0
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ vim.opt.number = true
vim.opt.relativenumber = true
vim.opt.scrolloff = 4
vim.opt.swapfile = false
vim.opt.title = true
vim.opt.virtualedit = "block"
vim.opt.whichwrap = "<,>,[,]"