neovim Neovim suedit.nvim — A plugin to easily edit root files
Jump
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearGR
    grafcube
    2 weeks ago 100%

    how it is different from the alternative?

    I made this because I wanted to be able to change the command used for saving, and also so that I don't need to use any special commands to edit files in the first place. I just open the file I want to edit and if it needs sudo to edit, it prompts me.

    does it work in Windows?

    No. I don't use Windows so I'm not really interested in getting it to work.

    2
  • opensource
    Opensource grafcube 2 months ago 100%
    A program that lets you use your drawing tablet to scroll on wayland codeberg.org

    I got a drawing tablet a couple of days ago and I really wanted to be able to scroll with it (it only has 4 buttons). I saw that it might be possible on X11 with xsetwacom but I'm on wayland and I couldn't find any way to make it work. So I hacked this together. Idk if anyone would find this useful but I did see a few threads around while looking to solve this exact problem so here you go.

    13
    0
    neovim
    Neovim grafcube 3 months ago 96%
    suedit.nvim — A plugin to easily edit root files github.com

    I made a small plugin that other people might find handy. It checks if the file open in the current buffer has write access and if not, prompts for sudo (or any other command at your choice) and copies the file. No longer do you need to care about forgetting to use sudoedit or anything else, just edit the files you want to edit! This could change the world!!1! But in all seriousness, this is my first neovim plugin and I barely spent an hour on it but it's simple and it gets the job done. It scratches a minor itch and maybe you'll also find it useful.

    29
    5