Set terminal title in nvim

This commit is contained in:
Evie Litherland-Smith 2023-01-17 10:21:02 +00:00
parent 2e697c38bf
commit 53a4bbded2

View file

@ -1,3 +1,4 @@
vim.opt.title = true
vim.g.python3_host_prog = '/usr/bin/python3'
vim.g.python_indent = {
open_paren = 'shiftwidth()',