[fix] Don't show tabline

This commit is contained in:
Uttarayan Mondal
2023-01-25 16:34:12 +05:30
parent 5b20bbce1d
commit 12b72c4ce9

View File

@@ -33,7 +33,7 @@ vim.o.autoread = true
vim.o.foldmethod = 'indent'
vim.o.showmode = false
vim.o.showtabline = 2
vim.o.showtabline = 0
vim.o.autoindent = true
vim.o.tabstop = 4