[-] CjkOvPDwQW@lemmy.pt 3 points 3 months ago* (last edited 3 months ago)

Even though I am a vim user. This is a good comment ! Nice editor choice (The only reason I don't use it is because never got used to the keybinds)

[-] CjkOvPDwQW@lemmy.pt 6 points 1 year ago

There is also an Android app, I would advise to not login your account as you will get banned, but for looking at public profiles it works (as anonymous).

Barinsta (Simple yet advanced Instagram client) https://f-droid.org/packages/me.austinhuang.instagrabber/

[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

How do you mount the GDrive ? What app allows you that ? I know gnome allows it but since moving to sway I gave up on it

[-] CjkOvPDwQW@lemmy.pt 3 points 1 year ago

Seems to be just normal vim, maybe some distros packages the binary (of vim with more options enabled at compile time) as vimx so that it doesn't conflict with another vim package (as an example vim-tiny). https://www.systutorials.com/docs/linux/man/1-vimx/

But only @aram@garam@lemmy.my.id, can answer that for us.

[-] CjkOvPDwQW@lemmy.pt 4 points 1 year ago

This, super love that distro !!! Perfect for users that don't have a lot of needs.

Personally, I never got used to the container workflow :(

[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

O percurso que normalmente faço de Expressos não tenho que parar para ir ao WC, é um percurso curto, cerca de 2 horas, por isso a experiência de pagar 1 euro para ir à casa de banho não tenho. Mas parece-me ser mais um problema dos operadores dessas estações de serviços/terminais do que da Rede Expressos.

Mas sim concordo em parte com o que dizes.

Atrasos constantes. No terminal da minha terra não existe nenhuma informação, simplesmente é ficar lá sentado até aparecer o autocarro.

E o que me choca mais é o preço. Esta viagem Porto -> terra Perto de Vila Real pago 11 e tal por um bilhete normal. O autocarro está sempre cheio, não percebo o preço elevado. Ou seja, cerca de 24 euros ida e volta.

Fazendo as contas fica mais barato andar de carro sozinho (infelizmente porque para mim é uma filosofia/ideologia os transportes públicos).

[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

Super nice, with some "hidden" gems like Ctrl+Shift+o for opening links.

[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

Didn't know that those projects existed, I have always written makefiles from begining based myself on the dwm makefiles :)

But a quick Google search and the first project that appears say that:

A simple makefile generator that can generate makefiles for: GNU-make targeting MinGW, clang-cl or MSVC.

[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

Good luck with that, with the amount of Programmers that use the Gnuism for make, I would say that no developer can patch that amount of software

3
submitted 1 year ago* (last edited 1 year ago) by CjkOvPDwQW@lemmy.pt to c/neovim@sopuli.xyz

Hi everyone long time vim/neovim user, currently for my latex I have in ~/.config/nvim/after/ftplugin.lua the following line:

vim.opt_local.makeprg="pdflatex -output-format pdf -output-directory /tmp %"

I am now working in a latex project that has a makefile, is it possible to create something in the lines of:

if ! makefile_exists then
  vim.opt_local.makeprg="pdflatex -output-format pdf -output-directory /tmp %"
end

Ended up with this and it seems to work fine:

~/.config/nvim/after/ftplugin/tex.lua

local makefile_exists = vim.fs.find('makefile', {
  upward = true,
  stop = vim.uv.os_homedir(),
  path = vim.fs.dirname(vim.api.nvim_buf_get_name(0)),
})

if #makefile_exists == 0 then
	vim.opt_local.makeprg = "pdflatex -output-format pdf -output-directory /tmp %"
end
[-] CjkOvPDwQW@lemmy.pt 2 points 1 year ago

That's a super cool website, unfortunately only has American league soccer ... And I don't follow that league :(

[-] CjkOvPDwQW@lemmy.pt 4 points 1 year ago

Yeah I searched that before opening this thread here .Well I will keep remembering the games "manually" (couldn't find also a calendar ics, that has all games of my team)

6

Hey, Glad this communitie migrated to lemmy.

Is there any foss app that has sports livescore ?

I mean alternatives to sofascore and so.

Thanks.

[-] CjkOvPDwQW@lemmy.pt 3 points 1 year ago

As long as you can acess an youtube music from the web, it should be safe to keep working (as long as google doesn't rewrite something on their end) there are a gazillion of projects that are able to stream/download from youtube (youtube-dl, newpipe come to mind now)

view more: next ›

CjkOvPDwQW

joined 1 year ago