[-] skipperwannabe@lemm.ee 3 points 6 months ago

Next time, try enabling display of whitespace characters through set list. If I remember correctly, they can help distinguish between the Windows carriage return character and Linux end of line character.

This may help for a quick overview.

[-] skipperwannabe@lemm.ee 4 points 7 months ago

LSP maybe portable with it's config if the LSP themselves are independent. Checkout Mason which seems to make it easier to bundle neovim and "portable" LSP. There was another project similar to Mason with some more features, but I forgot it's name. So search around to see if that fits your requirements.

[-] skipperwannabe@lemm.ee 2 points 7 months ago

Try using :verbose nmap gc to find out what the shortcut is currently mapped to.

I don't use mini.comment, but I assume it needs an operator after gc to for commenting. I have seen gcc used to comment out the line. Just wanted to make sure you are using the correct mapping.

[-] skipperwannabe@lemm.ee 30 points 7 months ago

I think it has to do with the way the Haskell packages are disturbed. So if you installed the pandoc from extra repository, and there was an update for any of the Haskell packages that pandoc depended on, then pandoc will have to be updated again. Meaning, instead of pandoc forcing Haskell updates, it is the other way around.

If you only use pandoc and don't normally program in Haskell, check out pandoc-bin. This way you will only get updates for pandoc itself and its dependencies won't force an update.

[-] skipperwannabe@lemm.ee 7 points 10 months ago* (last edited 10 months ago)

The notice on packer suggested to use either lazy or pckr

NOTICE:

This repository is currently unmaintained. For the time being (as of August, 2023), it is recommended to use one of the following plugin managers instead:

lazy.nvim: Most stable and maintained plugin manager for Nvim.

pckr.nvim: Spiritual successor of packer.nvim. Functional but not as stable as lazy.nvim.

[-] skipperwannabe@lemm.ee 2 points 10 months ago

Considering null-ls still works on nightly, it should be fine.

[-] skipperwannabe@lemm.ee 2 points 10 months ago

I used to get these random freezes where mouse movements are still possible, but everything else seems to freeze. Haven't got any recently and it occured very rarely.

However, if I switch to another tty, using ctr + alt + f key and then switch back to the original tty, it seems to fix itself. It might not be related, but worth trying it out.

[-] skipperwannabe@lemm.ee 2 points 11 months ago

Thanks, but that didn't make any difference for me as well. I will let you know if I find anything else.

[-] skipperwannabe@lemm.ee 2 points 11 months ago

I guess that's one way to fix it. Thanks for letting me know.

However, I think I will keep searching for a different fix. Playing a sound constantly will keep on nagging me, even though it shouldn't. Also I am worried about what will happen when an application like mpv wants full access to the device, but there is an ongoing stream there.

On a side note, since this came up and I have been paying attention, I noticed that some of the system notification sound that I keep missing are caused due to this delay :(

On the plus side, since I almost constantly listen to some music at low volume, I might actually be doing your fix in a round about manual way. This was how I noticed that system notification played fine, if music was already playing, but not otherwise.

[-] skipperwannabe@lemm.ee 2 points 11 months ago* (last edited 11 months ago)

Initially, I used HDMI -> Soundbar -> Monitor. The soundbar handles the sound and forwards the video signal to the monitor. Right now, it's the same, except it is using display port for Laptop to Soundbar connection. Hope I understood the question correctly. If you ever figure out the delay, please do update with a solution.

[-] skipperwannabe@lemm.ee 1 points 1 year ago

There is also this official extension. IIRC, this also makes sure that all the meta owned sites are not able to interact with other sites, but can work fine with each other. It also makes sure that any links leading to their sites also only open in the container, maybe also sanitized to remove the tracker from original link. The last part I am not sure, as I might be confusing it with a different extension. But if you are using any of the Meta sites, I would recommend it.

[-] skipperwannabe@lemm.ee 4 points 1 year ago* (last edited 1 year ago)

If you have fd installed, telescope uses it's settings including ignore files (including .ignore and .gitignore etc). So if have the default settings for fd to show hidden files, telescope will respect that.

Otherwise, if you want to have hidden files only in telescope without changing the default behavior of fd , when using your key binding, change it as follows:

vim.keymap.set("n", "<leader>ff",  function() builtin.find_files({hidden=true}) end, {})

Edit: Change to keybind format Edit2: Wrap builtin in function call

0
  • Is there a way to save comment sorting somewhere in the app? Right now I have to switch it everytime I open a new post.
  • I am aware of the setting within the user profile to hide read post. But everytime I try to toggle it and save it, it throws some LemmyAPIException. Is anyone else experiencing ?
view more: next ›

skipperwannabe

joined 1 year ago