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: linux-bytes/vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: plug
Choose a base ref
...
head repository: linux-bytes/vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 3 files changed
  • 1 contributor

Commits on Aug 8, 2021

  1. Adjust the position of configure_ui

    Update the positon of configure_ui.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    e62f0f0 View commit details
    Browse the repository at this point in the history
  2. Introuce in rtags plugins

    Introduce in a new plugins: rtags.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    3ddf3c2 View commit details
    Browse the repository at this point in the history
  3. Update the Buffer Switching ShortKey

    Just update the short key setting of buffer switching.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    61be43a View commit details
    Browse the repository at this point in the history
  4. Update the tab switching KEY

    Just change the tab switching short key.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    3193b5a View commit details
    Browse the repository at this point in the history
  5. Remove the Limition of rtags

    Just for avioding some issues, remove the limition of rtags.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    6bd30ce View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. Update some shortkeys and python indent

    1. Update these shortkeys of rtags.
    2. Change the python Indent to space from tab.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    986e4ac View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Update plug.vim

    This patch just upgrades the plug.vim.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    8914c7f View commit details
    Browse the repository at this point in the history
  2. Introduce in the support of GN

    Just introduce in GN supporting.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    5a3ab43 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Disable highlight the line by gitgutter

    Before this change, gitgutter will highlight the line that has been
    changed. This patch change it, and turn off the highlight by default.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    155cc75 View commit details
    Browse the repository at this point in the history
  2. Update the some basic settings

    1. set hidden: This option make it couldbe possiable that switch out a
                   modified buffer.
    2. set updatetime: Set a max wait time for writing the changes in the
                       swap into file.
    3. let g:is_bash: When the type of a shell configuration or script could
                      not be detected, bash could be used as default.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    c7bb926 View commit details
    Browse the repository at this point in the history
  3. Introduce in configuration of interestingwords

    Just introduce the color configuration of interestingwords into GVim.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    37aed72 View commit details
    Browse the repository at this point in the history
  4. Introduce color configuration of gruvbox

    Introduce more color configuration into gruvbox scheme.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    0c463de View commit details
    Browse the repository at this point in the history
  5. Remove vim-rtags and Introduce vim-lsp

    Since vim-rtags doesn't work normally always, vim-lsp has been introduce
    in to replace it.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    a4c54dc View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Remove the LSP highlight of Syntax Error

    Just remove the LSP Error Highlight.
    
    Signed-off-by: Jerry Zhou <[email protected]>
    jerry-lixiang committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    51a17c1 View commit details
    Browse the repository at this point in the history
Loading