Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Old romain #2

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

Old romain #2

wants to merge 29 commits into from

Commits on Dec 2, 2023

  1. Add a github action on pull request to check lua formatting (nvim-lua…

    …#526)
    
    GitHub Action used:
    https://github.com/marketplace/actions/stylua
    
    This runs `stylua --check` on a PR and it will show
    success or failure. The suggested stylua changes can
    be inspected when clicking on the details.
    
    The PR can still be merged even if the check fails.
    dam9000 authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    3ca08ac View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Run stylua (nvim-lua#525)

    dam9000 authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    12bd68e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Add gitsigns recommended keymaps (nvim-lua#531)

    * Import gitsigns README.md recommended keymaps (and apply stylua)
    
    the previously added visual mode for ]c [c is kept.
    
    * Add gitsigns keymap descriptions
    dam9000 authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    f8c8b08 View commit details
    Browse the repository at this point in the history
  2. Adds two essential telescope keymaps (nvim-lua#528)

    * Added keymap for select Telescope picker
    
    * Added keymap for search in all open files
    dam9000 authored Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3824342 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

Commits on Dec 21, 2023

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

Commits on Dec 24, 2023

  1. fix: restore mason config timing for dap startup (nvim-lua#555)

    Co-authored-by: John Pekcan <[email protected]>
    johnpekcan and John Pekcan authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    4d0dc8d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Move video up on the README.md page (nvim-lua#563)

    To help new users get started, how about moving the video link ("Effective Neovim: Instant IDE ") right after "Post Installation"?
    
    This way new users, can install it, and right away proceed to learn how to use it.
    gitressa authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d45e5fe View commit details
    Browse the repository at this point in the history
  2. Improve stylua github workflow (nvim-lua#571)

    Addressing issue nvim-lua#570
    
    This improves the github workflow to no longer require manual
    approval for PRs from first time contributors.
    
    Changes the github event from pull_request to pull_request_target
    and adds an explicit PR head checkout
    dam9000 authored Jan 3, 2024
    Configuration menu
    Copy the full SHA
    c4055a2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. start customizing

    bleucitron committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    2d93e9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef1869 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. change git keymappings

    bleucitron committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d05f60c View commit details
    Browse the repository at this point in the history
  2. change harpoon add keymap

    bleucitron committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    dfab067 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. add more keymaps

    bleucitron committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    d9ba6f8 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Configuration menu
    Copy the full SHA
    26fe3b0 View commit details
    Browse the repository at this point in the history
  2. add duplicate line keymap

    bleucitron committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2f7eec1 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

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

Commits on Jan 12, 2024

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

Commits on Jan 22, 2024

  1. various

    bleucitron committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    34e18fb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 29, 2024

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

Commits on Jan 31, 2024

  1. use cursorline option

    bleucitron committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    9c4d8e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f6cb64 View commit details
    Browse the repository at this point in the history
  3. add brackets keymaps

    bleucitron committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    30cff7d View commit details
    Browse the repository at this point in the history
  4. setup basic linting

    bleucitron committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8a8ca13 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. add neotest utils

    bleucitron committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8948629 View commit details
    Browse the repository at this point in the history
  2. activate instant blame

    bleucitron committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4750b09 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 14, 2024

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