Last active
November 15, 2023 02:11
-
-
Save naranyala/3479d22cdd0f535ff59c2d1b0f75f9de to your computer and use it in GitHub Desktop.
[BONUS] add this plugin: https://github.com/b0o/incline.nvim
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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