Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: code2k/dot_vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: code2k/dot_vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: modern
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 6 files changed
  • 1 contributor

Commits on Apr 22, 2020

  1. Configuration menu
    Copy the full SHA
    018e013 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Always enable termguicolors

    Andreas Pataki committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    d18d978 View commit details
    Browse the repository at this point in the history
  2. Change cursor shapes in terminal

    Andreas Pataki committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    5dd0c1c View commit details
    Browse the repository at this point in the history
  3. Fix typo in formatOnSaveFiletypes

    Andreas Pataki committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    0353760 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Deactivate "tailwindCSS.headwind.runOnSave"

    Has a conflict with prettier. Changes are getting overwritten when
    prettier autoformat is enabled.
    Andreas Pataki committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    62d63cc View commit details
    Browse the repository at this point in the history
  2. Switch to DejaVu Sans Mono Nerd Font

    Andreas Pataki committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    b7a992e View commit details
    Browse the repository at this point in the history
  3. Improve Ctrl-P unser command

    - Block running in users home directory
    - Check if 'ag' command exists
    Andreas Pataki committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    bc2fc83 View commit details
    Browse the repository at this point in the history
  4. Add vim-startify plugin

    Andreas Pataki committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    b4c0344 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Use ripgrep for Ack plugin

    If not available on the system, the following fallbacks are used:
    
    1) The Silver Searcher (ag)
    2) ack
    Andreas Pataki committed May 4, 2020
    Configuration menu
    Copy the full SHA
    9f5aa13 View commit details
    Browse the repository at this point in the history
  2. Optimize ctrl-p file search

    Depending on the availability the fastest method is used. The search
    order is:
    
    1) fd / fdfind (debian)
    2) rg
    3) ag
    4) ctrlp
    Andreas Pataki committed May 4, 2020
    Configuration menu
    Copy the full SHA
    32eef64 View commit details
    Browse the repository at this point in the history
Loading