commented out bufferline

This commit is contained in:
2025-05-24 17:50:14 +05:00
parent 8290a32825
commit c6dedd6a9f
2 changed files with 1 additions and 3 deletions

View File

@ -26,8 +26,6 @@ vim.g.netrw_banner = 0
vim.opt.lazyredraw = true
-- vim.cmd("set showtabline=1")
vim.api.nvim_create_autocmd("FileType", {
pattern = "cs",
command = "setlocal shiftwidth=4 tabstop=4"