Skip to content

Instantly share code, notes, and snippets.

@naranyala
Last active November 15, 2023 02:11
Show Gist options
  • Save naranyala/3479d22cdd0f535ff59c2d1b0f75f9de to your computer and use it in GitHub Desktop.
Save naranyala/3479d22cdd0f535ff59c2d1b0f75f9de to your computer and use it in GitHub Desktop.
[BONUS] add this plugin: https://github.com/b0o/incline.nvim
vim.cmd([[
autocmd VimEnter,BufWinEnter,BufNewFile,CursorMoved,BufEnter * set showtabline=0
autocmd WinEnter,FocusGained * set showtabline=0
autocmd BufLeave * set showtabline=2
]])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment