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
print('hi!') |
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
" To do | |
" - Configure feline | |
" - Configure LSP starting from scratch | |
" - Learn tmux | |
call plug#begin('~/.vim/plugged') | |
" initialize plugin system | |
call plug#end() |