Created
June 18, 2021 12:24
-
-
Save madalinignisca/f8c7eddf5f6f96d0335f4908b4ec189b to your computer and use it in GitHub Desktop.
I love vim so much
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
unlet! skip_defaults_vim | |
source $VIMRUNTIME/defaults.vim | |
python3 from powerline.vim import setup as powerline_setup | |
python3 powerline_setup() | |
python3 del powerline_setup | |
set laststatus=2 " Always display the statusline in all windows | |
set showtabline=2 " Always display the tabline, even if there is only one tab | |
set noshowmode " Hide the default mode text (e.g. -- INSERT -- below the statusline) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment