[-] oscar@programming.dev 1 points 5 months ago

Oof, that's annoying.

Weird that :syntax off doesn't work, from a small test it seems to do the trick for me. But I guess as long as vim works there's no need to replace it 🙂

[-] oscar@programming.dev 1 points 5 months ago* (last edited 5 months ago)

How did you install neovim? If you installed from source, double check that you followed the instructions, i.e. install build dependencies and then run:

make CMAKE_BUILD_TYPE=RelWithDebInfo
sudo make install

Also, double check the version of nvim in your PATH matches:

nvim --version
[-] oscar@programming.dev 1 points 6 months ago

(Preface: i dont know much about this)

mkdev.h is not available in arch either. I even tried searching the repos with pacman -F mkdev.h.

Looking up makedev (which I'm assuming is the lib that cpio uses from it) it seems that it is available in sysmacros.h for linux and mkdev.h for solaris, see for example: https://patchwork.kernel.org/project/dri-devel/patch/1436377303-28355-1-git-send-email-alan.coopersmith@oracle.com/

So I tried just commenting that include out but got a bunch of other errors about multiple definitions of some enums (defined in cpio.h), and so I gave up.

I don't like GNU either but I went the more free route of BSD instead.

[-] oscar@programming.dev 1 points 7 months ago

Can't they just use JSDoc?

[-] oscar@programming.dev 1 points 8 months ago

It seems that no lua is packaged with pandoc-cli (By looking at the package contents of https://archlinux.org/packages/extra/x86_64/pandoc-cli/)

So if I were you I would first try the AUR and see if there's any package there that does.

[-] oscar@programming.dev 1 points 9 months ago* (last edited 9 months ago)

Yeah I don't want to be a nuisance to my office neighbours. Right now I'm using a logitech mx keys, I could try looking for an ansi version of that.

I will probably order a keychron with low profile switches for my home setup, so I depending on how quiet it is I might get that for work as well.

[-] oscar@programming.dev 1 points 9 months ago

No, it isn't. Git doesn't care what the url is, as long as it uses a supported transport protocol.

[-] oscar@programming.dev 2 points 11 months ago

Thank you for this!

I've been looking into tui file explorers and to replace nvim-tree, and so far only explored netrw and ranger. I sort of like netrw, but I dislike the key bindings and navigation. I like the features of ranger, but I would prefer something built with a compiled language. (Or lua if used solely with neovim)

So this is a very well-timed post :)

[-] oscar@programming.dev 2 points 1 year ago

Good point. But then if both the script and the command have the same filename, it will be important to make sure the script has a higher precedence in the PATH. Adding it to the end of .bashrc should be enough I think.

view more: ‹ prev next ›

oscar

joined 1 year ago