• Skip to primary navigation
  • Skip to content
  • Skip to footer
Leonard's WebLog Leonard's WebLog
  • Posts
  • Categories
  • Tags
  • About
    Leonard Lee

    Leonard Lee

    My boring biography constrained to a sentence or two goes here. Yet another boring biography constrained to a sentence or two goes here.

    • Oslo, Norway
    • Email
    • Bluesky
    • Mastodon
    • Website
    • LinkedIn
    • Instagram
    • GitHub
    • Stack Overflow

    Use VIM Powerline Status

    December 25, 2018 less than 1 minute read

    • Install Powerline.
    pip3 install powerline-status
    
    • Enable Powerline in Vim.

    Append below lines in ~/.vimrc file.

    python3 from powerline.vim import setup as powerline_setup
    python3 powerline_setup()
    python3 del powerline_setup
    
    • Start a new terminal session.

    Updated: December 25, 2018

    Twitter Facebook LinkedIn
    Previous Next

    You May Also Enjoy

    Sign In Failed on Flutter

    January 20, 2019 2 minute read

    While using firebase_auth and google_sign_in packages for Flutter, the below error was shown. Sign In with Google Account Future<String> _signInGoo...

    Use Ed25519 SSH Keys

    December 23, 2018 less than 1 minute read

    Check current available SSH keys.

    Add Google Analytics to Jekyll

    July 26, 2016 less than 1 minute read

    Sign up for new Google Analytics account using this link.

    Get ADS-B Data from RTL2832U

    August 29, 2015 3 minute read

    From Wikipedia

    • Email
    • GitHub
    • Feed
    © 2023 Leonard's WebLog. Powered by Jekyll & Minimal Mistakes.