Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)S
Posts
1
Comments
5
Joined
2 yr. ago

  • what about using exrc (with like a .nvim.lua file inside the repos) with the content of

     lua
        
    dofile(“../init.lua”)
    -- maybe more repo specific config here
    
      

    and then say ~/work-clientA/init.lua with all client specific changes there.

    this would still require creating two separate files but the client setup will be the same for all client repos, and additionally you can add repo specific changes.

  • Nice, many people have a nvidia graphics pc. This seems very helpful for all non technical users.

  • I just use it all the time when I forget what I changed and want to make sure I’m ok with all changes before saving.

    It is very similar to a command in emacs called M-x diff-buffer-with-file.

  • Neovim @programming.dev

    keymap to inspect unsaved changes

  • new disable foldtext option is cool